3#ifndef pRC_CORE_VALUE_FUNCTIONS_MOD_H
4#define pRC_CORE_VALUE_FUNCTIONS_MOD_H
22 template<
class TA,
class TB, If<IsInteger<TA>> = 0, If<IsInteger<TB>> = 0>
Top-level class storing a floating point number.
Definition integer.hpp:47
Definition cholesky.hpp:18
static constexpr auto operator%(Sequence< T, As... > const, Sequence< T, Bs... > const)
Definition sequence.hpp:184
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13