| using eve::expected_cardinal_t = fixed<expected_cardinal_v<Type,ABI>> |
Required header: #include <eve/arch/expected_cardinal.hpp>
eve::expected_cardinal_t is the exact cardinal type of the register able to store values of type Type for a given SIMD ABI as a native register type.
| Type | Type of value to assess |
| ABI | SIMD ABI to use as reference. Must models eve::regular_abi. |