aimstil  5.0.5
til::is_same_rvalue_type< T1, T2 > Struct Template Reference

Test whether two types are basically the same as far as rvalue goes, i.e are the same modulo possible const and reference differences. More...

#include <til/templateTools.h>

Inheritance diagram for til::is_same_rvalue_type< T1, T2 >:
Collaboration diagram for til::is_same_rvalue_type< T1, T2 >:

Additional Inherited Members

- Static Public Attributes inherited from til::false_type
static bool const value = false
 

Detailed Description

template<typename T1, typename T2>
struct til::is_same_rvalue_type< T1, T2 >

Test whether two types are basically the same as far as rvalue goes, i.e are the same modulo possible const and reference differences.

Definition at line 92 of file templateTools.h.


The documentation for this struct was generated from the following file: