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::ice_or< p1, p2, p3, p4, p5, p6, p7 > Struct Template Reference

Test for any value being true. More...

Public Types

enum  { value = true }
 

Detailed Description

template<bool p1, bool p2, bool p3, bool p4, bool p5, bool p6, bool p7>
struct Burger::ice_or< p1, p2, p3, p4, p5, p6, p7 >

Test for any value being true.


A helper template that sets its output to true or false based on any input being true. It's implemented as a compile time constant for use in other templates.

Example of use:

// iResult is false
// iResult is true
// iResult is true
// iResult is true
Test for any value being true.
Definition burger.h:3290

Member Enumeration Documentation

◆ anonymous enum

template<bool p1, bool p2, bool p3, bool p4, bool p5, bool p6, bool p7>
anonymous enum
Enumerator
value 

true or false