Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Types | List of all members
Burger::remove_volatile< T > Struct Template Reference

Remove the volatile qualifier from a type. More...

Public Types

typedef T type
 Type without volatile.
 

Detailed Description

template<class T>
struct Burger::remove_volatile< T >

Remove the volatile qualifier from a type.


A template that sets its type to be the declared type without the volatile keyword.

Based on std::remove_volatile

Template Parameters
TType to remove the volatile keyword.
See also
remove_volatile<const T>

Member Typedef Documentation

◆ type

template<class T >
typedef T Burger::remove_volatile< T >::type

Type without volatile.