3#ifndef pRC_CORE_BASIC_FUNCTIONS_IS_IDENTITY_H
4#define pRC_CORE_BASIC_FUNCTIONS_IS_IDENTITY_H
10 template<
class T, If<IsIntegral<T>> = 0>
16 template<
class T, T V, If<IsIntegral<T>> = 0>
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
std::integral_constant< T, V > Constant
Definition type_traits.hpp:34
static constexpr auto isIdentity(T const a)
Definition is_identity.hpp:11