E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::wide_cardinal Concept Reference

concept to determine if this is cardinal type of a wide More...

#include <eve/arch/cardinals.hpp>

Detailed Description

Template Parameters
T

only true if T is instance of eve::fixed.

This concept is needed to define some other concepts, unlikely to be useful on it's own.

Concept definition

template<typename T>
concept eve::wide_cardinal = detail::is_wide_cardinal<T>::value
concept to determine if this is cardinal type of a wide
Definition: cardinals.hpp:102