|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <accumulators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | simple_accumulator () noexcept |
| constexpr | simple_accumulator (T init) noexcept |
| constexpr simple_accumulator & | operator+= (T value) noexcept |
| constexpr simple_accumulator & | operator-= (T value) noexcept |
| constexpr T | operator() () const noexcept |
| constexpr | operator T () const noexcept |
| constexpr void | reset () noexcept |
Definition at line 14 of file accumulators.hpp.
| using limes::algorithms::accumulators::simple_accumulator< T >::value_type = T |
Definition at line 16 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 18 of file accumulators.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 19 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 32 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 31 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 21 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 26 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 34 of file accumulators.hpp.