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

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

Static Public Attributes

static constexpr const bool value = false
 

Detailed Description

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

Test if a type is an rvalue reference.


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

Based on std::is_rvalue_reference

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

Member Data Documentation

◆ value

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