|
Checks if type is numeric. More...
#include <TypeUtils.h>
Public Types | |
typedef bool | value_t |
Static Public Member Functions | |
template<class S , class T > | |
static T | callback () |
Checks if type is numeric.
https://en.cppreference.com/w/cpp/types/numeric_limits/is_specialized
Usage: Type::call<drain::typeIsScalar>(t)
|
inlinestatic |
S | - selector type |
T | - destination type (practically value_t) |