Home
last modified time | relevance | path

Searched defs:with_cached_result (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/accumulators/framework/accumulators/
Ddroppable_accumulator.hpp181 struct with_cached_result struct
184 typedef typename Accumulator::result_type result_type;
187 with_cached_result(Args const &args) in with_cached_result() argument
193 with_cached_result(with_cached_result const &that) in with_cached_result() argument
203 ~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 …]