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

Test if a type is a float. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

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

Test if a type is a float.


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

Template Parameters
TType to check.

Based on std::is_floating_point

See also
is_integral or is_arithmetic

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_floating_point< T >::value
staticconstexpr
Initial value:
=
details::is_floating_imp<typename remove_cv<T>::type>::value
static constexpr const bool value
Definition burger.h:3637