|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <accumulators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| template<Accumulator< T > A> | |
| any_accumulator (A acc) | |
| any_accumulator (const any_accumulator &other) | |
| any_accumulator & | operator= (const any_accumulator &other) |
| any_accumulator & | operator+= (T value) |
| T | operator() () const |
| operator T () const | |
| void | reset () |
Definition at line 207 of file accumulators.hpp.
| using limes::algorithms::accumulators::any_accumulator< T >::value_type = T |
Definition at line 209 of file accumulators.hpp.
|
inlineexplicit |
Definition at line 212 of file accumulators.hpp.
|
inline |
Definition at line 215 of file accumulators.hpp.
|
inline |
Definition at line 229 of file accumulators.hpp.
|
inline |
Definition at line 228 of file accumulators.hpp.
|
inline |
Definition at line 223 of file accumulators.hpp.
|
inline |
Definition at line 218 of file accumulators.hpp.
|
inline |
Definition at line 231 of file accumulators.hpp.