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

remove the volatile qualifier from the provided type T More...

#include <type_transforms.h>

Inherits detail::_add_cv< T >.

Detailed Description

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

removes references from the provided type such that T, const T, and volatile T become const volatile T

Template Parameters
TReference Type

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