fennec
Loading...
Searching...
No Matches
fennec::remove_cvrefptr< T >

removes references and pointers as well as the const and volatile qualifiers from the provided type T More...

#include <type_transforms.h>

Inheritance diagram for fennec::remove_cvrefptr< T >:
[legend]
Collaboration diagram for fennec::remove_cvrefptr< T >:
[legend]

Detailed Description

template<typename T>
struct fennec::remove_cvrefptr< T >

removes const and volatile from the provided type such that

Template Parameters
TReference Type

Additional Inherited Members

- Public Types inherited from fennec::type_identity< remove_cv_t< remove_reference_t< strip_pointers_t< T > > > >
using type = remove_cv_t< remove_reference_t< strip_pointers_t< T > > >
 the type to transform into
 

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