HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi::v1::is_numeric< T > Struct Template Reference

#include <hikogui/utility/type_traits.hpp>

Inheritance diagram for hi::v1::is_numeric< T >:
std::false_type

Detailed Description

template<typename T>
struct hi::v1::is_numeric< T >

Is a numeric.

The following types are numeric: signed char, unsigned char, signed short, unsigned short, signed int, unsigned int, signed long, unsigned long, signed long long, unsigned long long, register_long, half, float, double, long double

Template Parameters
Ttype to check for being a numeric integer.

The documentation for this struct was generated from the following file: