is_const_reference< T > Struct Template Reference
is_const_reference is a compile-time template predicate to determine if a type is a const reference type.
More...
List of all members.
|
Static Public Attributes |
static const bool | value = false |
Detailed Description
template<typename T>
struct is_const_reference< T >
is_const_reference is a compile-time template predicate to determine if a type is a const reference type.
Member Data Documentation
The documentation for this struct was generated from the following file: