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

#include <Traits.h>

Static Public Attributes

static constexpr bool value = First && AllTrue<Second, Others...>::value
 

Detailed Description

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

Definition at line 211 of file Traits.h.

Member Data Documentation

◆ value

template<bool First, bool Second, bool... Others>
constexpr bool AllTrue< First, Second, Others... >::value = First && AllTrue<Second, Others...>::value
staticconstexpr

Definition at line 212 of file Traits.h.


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