My Project
Public Types | List of all members
bsl::add_volatile< T > Class Template Referencefinal

Provides the member typedef type which is the same as T, except that a topmost volatile qualifier is added. More...

#include <add_volatile.hpp>

Public Types

using type = T volatile
 provides the member typedef "type"
 

Detailed Description

template<typename T>
class bsl::add_volatile< T >

Provides the member typedef type which is the same as T, except that a topmost volatile qualifier is added.

Note
"volatile" is not supported by the BSL as it is not compliant with AUTOSAR. We only provide this for completeness and will produce a compile-time error if these APIs are used. Also note that C++ in general is deprectating the use of volatile.
Template Parameters
Tthe type to add a volatile qualifier to

The documentation for this class was generated from the following file: