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

Test if a type is an integer or a floating point number. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

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

Test if a type is an integer or a floating point number.


A template that checks a type if it is an integer or floating point integral.

Template Parameters
TType to check.

Based on std::is_arithmetic

See also
is_floating_point or is_integral

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_arithmetic< T >::value
staticconstexpr
Initial value:
=
static constexpr const bool value
Definition burger.h:3637
static constexpr const bool value
Definition burger.h:3606