My Project
Classes | Typedefs
remove_cvext.hpp File Reference
#include "remove_all_extents.hpp"
#include "remove_cv.hpp"

Go to the source code of this file.

Classes

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

Typedefs

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

Detailed Description