My Project
Classes | Typedefs
remove_cv.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::remove_cv< T >
 Provides the member typedef type which is the same as T, except that its topmost const and volatile qualifiers are removed. More...
 

Typedefs

template<typename T >
using bsl::remove_cv_t = typename remove_cv< T >::type
 a helper that reduces the verbosity of bsl::remove_cv
 

Detailed Description