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

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

#include <remove_volatile.hpp>

Public Types

using type = T
 provides the member typedef "type"
 

Detailed Description

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

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

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 remove the const qualifier from

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