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

Checks that all conditions hold true. More...

#include <base.hpp>

Static Public Attributes

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

Detailed Description

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

Checks that all conditions hold true.

Template Parameters
CondsConditions to check

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

Member Data Documentation

◆ value

template<bool... Conds>
auto mtcore::meta::And< Conds >::value = (Conds && ...)
staticconstexpr

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


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