|
Classes |
struct | is_reference< T > |
| is_reference is a compile-time template predicate to determine if a type is a reference type. More...
|
struct | is_reference< 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. More...
|
struct | is_const_reference< const T & > |
struct | remove_pointer< T > |
| remove_pointer is a compile-time template type mapper that produces the input type, but with any pointer modifier removed. More...
|
struct | remove_pointer< T * > |