Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_integral_detail Namespace Reference

Variable Documentation

◆ is_integral_v

template<typename Type, nullptr_t Dummy = nullptr>
bool std::is_integral_detail::is_integral_v = false
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
TypeThe type to check
DummyA dummy parameter to allow specialization

◆ is_integral_v< bool, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< bool, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< char, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< char, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< char16_t, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< char16_t, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< char32_t, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< char32_t, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< int, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< int, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< long long, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< long long, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< long, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< long, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< short, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< short, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< signed char, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< signed char, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< unsigned char, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< unsigned char, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< unsigned long long, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< unsigned long long, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< unsigned long, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< unsigned long, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< unsigned short, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< unsigned short, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< unsigned, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< unsigned, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization

◆ is_integral_v< wchar_t, Dummy >

template<nullptr_t Dummy>
bool std::is_integral_detail::is_integral_v< wchar_t, Dummy > = true
externconstexpr

Implementation constant for std::is_integral_v The value is true if Type is an integral type, false otherwise.

Template Parameters
DummyA dummy parameter to allow specialization