My Project
Classes | Typedefs
add_volatile.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::add_volatile< T >
 Provides the member typedef type which is the same as T, except that a topmost volatile qualifier is added. More...
 

Typedefs

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

Detailed Description