3#ifndef pRC_CORE_VALUE_IDENTITY_H
4#define pRC_CORE_VALUE_IDENTITY_H
19 template<
class X, If<IsConstructible<T, X>> = 0>
34 template<
class X, If<IsConstructible<Float<16>, X>> = 0>
static constexpr auto FromRepresentation(Representation const rep)
Definition bfloat16.hpp:26
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
Any< IsFloat< T >, IsInteger< T > > IsValue
Definition type_traits.hpp:72
constexpr Float< 16 > operator()()
Definition identity.hpp:29
constexpr Float< 16 > operator()(X &&value)
Definition identity.hpp:35
constexpr T operator()(X &&value)
Definition identity.hpp:20
constexpr T operator()()
Definition identity.hpp:14
Definition type_traits.hpp:262