libstdc++
std::remove_cv< _Tp > Struct Template Reference

Public Types

typedef remove_const< typenameremove_volatile< _Tp >::type >::type type
 

Detailed Description

template<typename _Tp>
struct std::remove_cv< _Tp >

remove_cv

Definition at line 1393 of file type_traits.

Member Typedef Documentation

◆ type

template<typename _Tp >
typedef remove_const<typenameremove_volatile<_Tp>::type>::type std::remove_cv< _Tp >::type

Definition at line 1396 of file type_traits.


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