libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <memops_impl.hpp>
Static Public Member Functions | |
template<class Op > | |
static constexpr void FORCE_INLINE | result (Op &&o) noexcept(noexcept(o.operator()(N-1))) |
Apply the specified operation the specified number of times, sequentially. More... | |
template<class Op > | |
static constexpr bool FORCE_INLINE | result_b (Op &&o) noexcept(noexcept(o.operator()(N-1))) |
Definition at line 26 of file memops_impl.hpp.
|
inlinestaticconstexprnoexcept |
Apply the specified operation the specified number of times, sequentially.
o | The operation to apply. |
Definition at line 33 of file memops_impl.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 39 of file memops_impl.hpp.