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

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

Public Types

typedef const volatile T type
 Type with const and volatile.
 

Detailed Description

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

Add the const and volatile qualifier to a type.


A template that sets its type to be the declared type with the const and volatile keywords.

Based on std::add_cv

Template Parameters
TType to add the const and volatile keywords.
See also
add_const or add_volatile

Member Typedef Documentation

◆ type

template<class T >
typedef const volatile T Burger::add_cv< T >::type

Type with const and volatile.