3#ifndef pRC_CORE_FUNCTORS_IS_IDENTITY_H
4#define pRC_CORE_FUNCTORS_IS_IDENTITY_H
14 constexpr decltype(
auto)
operator()(
X &&a)
const
19 template<
class X,
class XT,
21 constexpr decltype(
auto)
operator()(
X &&a,
XT &&tolerance)
const
23 return isIdentity(forward<X>(a), forward<XT>(tolerance));
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto isIdentity(T const a)
Definition is_identity.hpp:11
Definition is_identity.hpp:12