Searched defs:with_cached_result (Results 1 – 1 of 1) sorted by relevance
181 struct with_cached_result struct184 typedef typename Accumulator::result_type result_type;187 with_cached_result(Args const &args) in with_cached_result() argument193 with_cached_result(with_cached_result const &that) in with_cached_result() argument203 ~with_cached_result() in ~with_cached_result()216 void on_drop(Args const &args) in on_drop()224 result_type result(Args const &args) const in result()232 void set(result_type const &r) in set()237 result_type const &get() const in get()242 bool has_result() const in has_result()[all …]