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 Attributes | List of all members
Burger::type_traits::no_type Struct Reference

Type used for templates to return 0. More...

Public Attributes

char m_NotUsed [8]
 Literally not used.
 

Detailed Description

Type used for templates to return 0.


This type resolves to (sizeof(char) * 8) to force sizeof( type_traits::yes_type) != sizeof( type_traits::no_type)

See also
type_traits::yes_type

Member Data Documentation

◆ m_NotUsed

char Burger::type_traits::no_type::m_NotUsed[8]

Literally not used.