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

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

Public Types

typedef remove_volatile< typenameremove_const< T >::type >::type type
 Type without volatile or const.
 

Detailed Description

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

Remove the volatile and const qualifier from a type.


A template that sets its type to be the declared type without the volatile or const keywords.

Based on std::remove_cv

Template Parameters
TType to remove the volatile or const keywords.
See also
remove_volatile or remove_const

Member Typedef Documentation

◆ type

Type without volatile or const.