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>, IsValue TT = Value<R>>
14 requires IsDefined<Identity<R>> && IsConstructible<Identity<R>> &&
15 IsInvocable<RelativeError, decltype(identity<R>()), X>
Definition cholesky.hpp:10
static constexpr auto relativeError(XE &&expected, XA &&approx)
Definition relative_error.hpp:19
static constexpr auto isIdentity(T const a)
Definition is_identity.hpp:11
static constexpr auto identity()
Definition identity.hpp:13