template<typename Type>
struct eve::cardinal< Type >
Computes the cardinal of a given type.
Required header: #include <eve/traits/cardinal.hpp>
For a given type T, computes the type of its cardinal.
- Template Parameters
-
Member types
| Name | Definition |
| type | The cardinal type of T |
template<typename Type>
using cardinal_t = typename cardinal<Type>::type;
template<typename Type>
Computes the cardinal of a given type.
Definition cardinal.hpp:54