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::add_volatile< T > Struct Template Reference

Add the volatile qualifier to a type. More...

Public Types

typedef volatile T type
 Type with volatile.
 

Detailed Description

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

Add the volatile qualifier to a type.


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

Based on std::add_volatile

Template Parameters
TType to add the volatile keyword.
See also
add_const or add_cv

Member Typedef Documentation

◆ type

template<class T >
typedef volatile T Burger::add_volatile< T >::type

Type with volatile.