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

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

Public Types

typedef T type
 Type without const.
 

Detailed Description

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

Remove the const qualifier from a type.


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

Based on std::remove_const

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

Member Typedef Documentation

◆ type

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

Type without const.