3#ifndef pRC_CORE_BASIC_FUNCTIONS_IS_IDENTITY_H
4#define pRC_CORE_BASIC_FUNCTIONS_IS_IDENTITY_H
10 template<IsIntegral T>
16 template<IsIntegral T, T V>
Definition cholesky.hpp:10
static constexpr auto isIdentity(T const a)
Definition is_identity.hpp:11
std::integral_constant< T, V > Constant
Definition basics.hpp:38
static constexpr auto identity()
Definition identity.hpp:13