cgv
Loading...
Searching...
No Matches
cgv::type::func::clean< T > Struct Template Reference

drop const and reference modifier from type More...

#include <clean.h>

Inheritance diagram for cgv::type::func::clean< T >:
cgv::type::func::clean_traits< T >

Public Types

typedef func::drop_const< T >::type drop_const_type
 
typedef func::drop_ref< drop_const_type >::type type
 

Detailed Description

template<typename T>
struct cgv::type::func::clean< T >

drop const and reference modifier from type

Definition at line 13 of file clean.h.

Member Typedef Documentation

◆ drop_const_type

template<typename T >
typedef func::drop_const<T>::type cgv::type::func::clean< T >::drop_const_type

Definition at line 15 of file clean.h.

◆ type

template<typename T >
typedef func::drop_ref<drop_const_type>::type cgv::type::func::clean< T >::type

Definition at line 16 of file clean.h.


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