MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::meta::Or< Conds > Struct Template Reference

Checks that at least one condition hold true. More...

#include <base.hpp>

Static Public Attributes

static constexpr auto value = (Conds || ...)
 

Detailed Description

template<bool... Conds>
struct mtcore::meta::Or< Conds >

Checks that at least one condition hold true.

Template Parameters
CondsConditions to check

Definition at line 69 of file meta/base.hpp.

Member Data Documentation

◆ value

template<bool... Conds>
auto mtcore::meta::Or< Conds >::value = (Conds || ...)
staticconstexpr

Definition at line 70 of file meta/base.hpp.


The documentation for this struct was generated from the following file: