libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
bmb::disjunction< Types > Struct Template Reference

Logical OR metafunction. More...

#include <type_traits.h>

Static Public Attributes

static constexpr bool value = (Types::value || ...)
 

Detailed Description

template<typename... Types>
struct bmb::disjunction< Types >

Logical OR metafunction.

Member Data Documentation

◆ value

template<typename... Types>
constexpr bool bmb::disjunction< Types >::value = (Types::value || ...)
staticconstexpr

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