3#ifndef pRC_CORE_BASIC_FUNCTIONS_IS_EVEN_H
4#define pRC_CORE_BASIC_FUNCTIONS_IS_EVEN_H
10 template<IsIntegral T>
11 static inline constexpr auto isEven(
T const a)
16 template<IsIntegral T, T V>
pRC::Float<> T
Definition externs_nonTT.hpp:1
Definition cholesky.hpp:10
static constexpr auto isEven(T const a)
Definition is_even.hpp:11
std::integral_constant< T, V > Constant
Definition basics.hpp:38