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

Test if a type is arithmetic or void. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

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

Test if a type is arithmetic or void.


A template that checks a type if it is an integer, float, or void

Template Parameters
TType to check.

Based on std::is_fundamental

See also
is_arithmetic or is_floating_point

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_fundamental< T >::value
staticconstexpr
Initial value:
=
static constexpr const bool value
Definition burger.h:3644
static constexpr const bool value
Definition burger.h:3504