Support Class Library
A set of tools providing classes and utility
|
Signed concept, a type T is signed if meta::is_signed<T>() is true. More...
#include "Signed.h"
Public Member Functions | |
constexpr | operator bool () const |
Signed concept, a type T is signed if meta::is_signed<T>() is true.
T | being the type to check against |
|
inline |