My Project
Classes | Typedefs
remove_volatile.hpp File Reference

Go to the source code of this file.

Classes

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

Typedefs

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

Detailed Description