My Project
Classes | Typedefs
remove_const.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::remove_const< T >
 Provides the member typedef type which is the same as T, except that its topmost const qualifier is removed. More...
 

Typedefs

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

Detailed Description