forpy
2
|
Get the core datatype with removed pointer, reference and const modifiers. More...
#include <storage.h>
Public Types | |
typedef std::remove_pointer< T >::type | _tmp |
typedef std::remove_reference< _tmp >::type | __tmp |
typedef std::remove_cv< __tmp >::type | type |
Get the core datatype with removed pointer, reference and const modifiers.
typedef std::remove_reference<_tmp>::type forpy::get_core< T >::__tmp |
typedef std::remove_pointer<T>::type forpy::get_core< T >::_tmp |
typedef std::remove_cv<__tmp>::type forpy::get_core< T >::type |