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_signed< T > Struct Template Reference

Test if a type is a signed value. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

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

Test if a type is a signed value.


If the tested type is a signed value, it will become true_type, otherwise it will be false_type

Based on std::is_signed

Template Parameters
TType to test.
See also
is_unsigned

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_signed< 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:3637
static constexpr const bool value
Definition burger.h:3606
static constexpr const bool value
Definition burger.h:3928