VisionCpp  0.0.1
Public Types | List of all members
visioncpp::internal::tools::RemoveAll< T > Struct Template Reference

These methods are used to remove all the & const and * from a type. More...

#include <type_dereferencer.hpp>

Collaboration diagram for visioncpp::internal::tools::RemoveAll< T >:

Public Types

typedef T Type
 

Detailed Description

template<typename T>
struct visioncpp::internal::tools::RemoveAll< T >

These methods are used to remove all the & const and * from a type.

template parameters

Template Parameters
T: the type we are interested in

Definition at line 34 of file type_dereferencer.hpp.

Member Typedef Documentation

◆ Type

template<typename T >
typedef T visioncpp::internal::tools::RemoveAll< T >::Type

Definition at line 35 of file type_dereferencer.hpp.


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