#include <boostutils.h>
Public Types | |
typedef T | type |
The template argument with the top-level indirection removed if it is a pointer type. |
If T
is a pointer type, then
remove_pointer<T>::type
T
; otherwise T
remains unchanged. For example int*
becomes int
, but int&
remains unchanged.
http://www.boost.org/
).
typedef T regina::boost::remove_pointer< T >::type |
The template argument with the top-level indirection removed if it is a pointer type.