3#ifndef pRC_CORE_VALUE_VALUE_H
4#define pRC_CORE_VALUE_VALUE_H
11 template<Size W
idth = DEFAULT_FLOAT>
14 template<Bool S = true, Size W
idth = sizeof(
int) * 8>
17 template<Size W = sizeof(
int) * 8>
20 template<Size W = sizeof(
int) * 8>
43 IsInteger<T> &&
requires {
requires(T::Signed ==
true); };
47 IsInteger<T> &&
requires {
requires(T::Signed ==
false); };
65 requires requires {
typename T::Type; }
Definition concepts.hpp:19
TN::Subscripts S
Definition externs_nonTT.hpp:9
Definition cholesky.hpp:10
Float(Float< 16 >::Fundamental const) -> Float< 16 >
std::size_t Size
Definition basics.hpp:31
std::remove_const_t< T > RemoveConst
Definition basics.hpp:44
typename ValueType< T >::Type Value
Definition value.hpp:72
Integer(Integer< true, 8 >::Fundamental const) -> Integer< true, 8 >
Definition gtest_pred_impl_unittest.cc:54
RemoveConst< T > Type
Definition value.hpp:61
Undefined Type
Definition value.hpp:55