|
fennec
|
removes references as well as the const and volatile qualifiers from the provided type T
More...
#include <type_transforms.h>
removes const and volatile from the provided type such that
| T | Reference Type |
Additional Inherited Members | |
Public Types inherited from fennec::type_identity< remove_cv_t< remove_reference_t< T > > > | |
| using | type = remove_cv_t< remove_reference_t< T > > |
| the type to transform into | |