My Project
Classes | Typedefs
remove_cvref.hpp File Reference
#include "remove_cv.hpp"
#include "remove_reference.hpp"

Go to the source code of this file.

Classes

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

Typedefs

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

Detailed Description