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

Test if a type is a reference. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

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

Test if a type is a reference.


If the tested type is a reference, it will become true_type, otherwise it will be false_type

Based on std::is_reference

Template Parameters
TType to test.
See also
true_type, false_type, is_rvalue_reference, or is_lvalue_reference

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_reference< T >::value
staticconstexpr
Initial value:
=
static constexpr const bool value
Definition burger.h:3760
static constexpr const bool value
Definition burger.h:3773