Support Class Library
A set of tools providing classes and utility
|
Unsigned concept, a type T is unsigned if meta::is_unsigned<T>() is true. More...
#include "Unsigned.h"
Public Member Functions | |
constexpr | operator bool () const |
Unsigned concept, a type T is unsigned if meta::is_unsigned<T>() is true.
T | being the type to check against |
Definition at line 12 of file Unsigned.h.
|
inline |
Definition at line 13 of file Unsigned.h.