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