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

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

Public Types

typedef T const type
 Type with const.
 

Detailed Description

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

Add the const qualifier to a type.


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

Based on std::add_const

Template Parameters
TType to add the const keyword.
See also
add_volatile or add_cv

Member Typedef Documentation

◆ type

template<class T >
typedef T const Burger::add_const< T >::type

Type with const.