3#ifndef pRC_CORE_VALUE_FUNCTIONS_IS_IDENTITY_H
4#define pRC_CORE_VALUE_FUNCTIONS_IS_IDENTITY_H
13 template<
class X,
class R = RemoveReference<X>,
14 class TT =
typename R::Value, If<IsValue<TT>> = 0,
15 If<IsDefined<Identity<R>>> = 0, If<IsInvocable<Identity<R>>> = 0,
16 If<IsInvocable<AbsoluteError, X, R>> = 0>
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto absoluteError(XA &&a, XB &&b)
Definition absolute_error.hpp:18
static constexpr auto isIdentity(T const a)
Definition is_identity.hpp:11