Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Burger::is_const< T > Struct Template Reference

Test if a type is const. More...

Static Public Attributes

static constexpr const bool value = false
 

Detailed Description

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

Test if a type is const.


A template that checks a type if it has the keyword const.

This instantiation derives from false_type

Based on std::is_const

Template Parameters
TType to check.
See also
is_volatile or false_type

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_const< T >::value = false
staticconstexpr