forpy  2
forpy::get_core< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct forpy::get_core< T >

Get the core datatype with removed pointer, reference and const modifiers.

Definition at line 136 of file storage.h.

Member Typedef Documentation

◆ __tmp

template<typename T >
typedef std::remove_reference<_tmp>::type forpy::get_core< T >::__tmp

Definition at line 138 of file storage.h.

◆ _tmp

template<typename T >
typedef std::remove_pointer<T>::type forpy::get_core< T >::_tmp

Definition at line 137 of file storage.h.

◆ type

template<typename T >
typedef std::remove_cv<__tmp>::type forpy::get_core< T >::type

Definition at line 139 of file storage.h.


The documentation for this struct was generated from the following file: