|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <accumulators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | klein_accumulator () noexcept |
| constexpr | klein_accumulator (T init) noexcept |
| constexpr klein_accumulator & | operator+= (T value) noexcept |
| constexpr T | operator() () const noexcept |
| constexpr | operator T () const noexcept |
| constexpr T | error () const noexcept |
| constexpr T | correction () const noexcept |
| constexpr T | second_correction () const noexcept |
| constexpr void | reset () noexcept |
Definition at line 111 of file accumulators.hpp.
| using limes::algorithms::accumulators::klein_accumulator< T >::value_type = T |
Definition at line 113 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 115 of file accumulators.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 116 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 145 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 144 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 142 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 141 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 118 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 148 of file accumulators.hpp.
|
inlineconstexprnoexcept |
Definition at line 146 of file accumulators.hpp.