man std::tr1::remove_cv (Fonctions bibliothèques) -
NAME
std::tr1::remove_cv -
SYNOPSIS
Detailed Description
template<typename _Tp> struct std::tr1::remove_cv< _Tp >
Definition at line 534 of file type_traits.
Public Types
typedef remove_const < typename remove_volatile< _Tp >::type >::type type
Author
Generated automatically by Doxygen for libstdc++ source from the source code.