SPH
Static Public Attributes | List of all members
AnyTrue< First, Second, Others... > Struct Template Reference

#include <Traits.h>

Static Public Attributes

static constexpr bool value = First || AnyTrue<Second, Others...>::value
 

Detailed Description

template<bool First, bool Second, bool... Others>
struct AnyTrue< First, Second, Others... >

Definition at line 223 of file Traits.h.

Member Data Documentation

◆ value

template<bool First, bool Second, bool... Others>
constexpr bool AnyTrue< First, Second, Others... >::value = First || AnyTrue<Second, Others...>::value
staticconstexpr

Definition at line 224 of file Traits.h.


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