3#ifndef pRC_CORE_BASIC_FUNCTIONS_IS_ODD_H
4#define pRC_CORE_BASIC_FUNCTIONS_IS_ODD_H
10 template<
class T, If<IsIntegral<T>> = 0>
11 static inline constexpr auto isOdd(
T const a)
16 template<
class T, T V, If<IsIntegral<T>> = 0>
pRC::Float<> T
Definition externs_nonTT.hpp:1
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto isOdd(T const a)
Definition is_odd.hpp:11
std::integral_constant< T, V > Constant
Definition type_traits.hpp:34