Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Burger::is_unsigned< T > Struct Template Reference

Test if a type is an unsigned value. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

template<class T>
struct Burger::is_unsigned< T >

Test if a type is an unsigned value.


If the tested type is an unsigned value, it will become true_type, otherwise it will be false_type

Based on std::is_unsigned

Template Parameters
TType to test.
See also
is_signed

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_unsigned< T >::value
staticconstexpr
Initial value:
!details::is_signed_imp<
typename conditional<is_integral<T>::value, T, int>::type>::value
static constexpr const bool value
Definition burger.h:3606
static constexpr const bool value
Definition burger.h:3936