classdesc::is_rvalue< T > Struct Template Reference

can a temporary of type T be constructed and passed to an argument More...

#include <classdesc.h>

Inheritance diagram for classdesc::is_rvalue< T >:
Inheritance graph
Collaboration diagram for classdesc::is_rvalue< T >:
Collaboration graph

Static Public Attributes

static const bool value =is_dca<T>::value && !is_abstract<T>::value
 

Detailed Description

template<class T>
struct classdesc::is_rvalue< T >

can a temporary of type T be constructed and passed to an argument


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