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

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

Static Public Attributes

static constexpr const bool value = false
 

Detailed Description

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

Test if a type is an lvalue reference.


If the tested type is an lvalue, it will become true_type, otherwise it will be false_type

Based on std::is_lvalue_reference

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

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_lvalue_reference< T >::value = false
staticconstexpr