|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <accumulators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | pairwise_accumulator () noexcept |
| constexpr pairwise_accumulator & | operator+= (T value) noexcept |
| constexpr T | operator() () const noexcept |
| constexpr | operator T () const noexcept |
| constexpr void | reset () noexcept |
Definition at line 162 of file accumulators.hpp.
| using limes::algorithms::accumulators::pairwise_accumulator< T, ChunkSize >::value_type = T |
Definition at line 164 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 166 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 184 of file accumulators.hpp.
References limes::algorithms::accumulators::pairwise_accumulator< T, ChunkSize >::operator()().
|
inlineconstexprnoexcept |
Definition at line 179 of file accumulators.hpp.
Referenced by limes::algorithms::accumulators::pairwise_accumulator< T, ChunkSize >::operator T().
|
inlineconstexprnoexcept |
Definition at line 168 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 186 of file accumulators.hpp.