#include <TypeStripper.h>
Public Types | |
typedef T | type |
typedef boost::remove_reference< type >::type | base_type |
typedef boost::add_reference< type >::type | ref_type |
typedef boost::add_reference< typename boost::add_const < type >::type >::type | cref_type |
typedef boost::add_reference< base_type >::type | ref_base_type |
typedef boost::add_reference< const base_type >::type | cref_base_type |
Static Public Member Functions | |
static ref_base_type | strip (ref_base_type t) |
static cref_base_type | cstrip (cref_base_type t) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|