TiledArray  0.7.0
TiledArray::meta::or_reduce< head, tail > Struct Template Reference

||'s bools More...

#include <meta.h>

Static Public Attributes

static constexpr bool value = head || or_reduce<tail...>::value
 

Detailed Description

template<bool head, bool... tail>
struct TiledArray::meta::or_reduce< head, tail >

||'s bools

Definition at line 39 of file meta.h.

Member Data Documentation

◆ value

template<bool head, bool... tail>
constexpr bool TiledArray::meta::or_reduce< head, tail >::value = head || or_reduce<tail...>::value
static

Definition at line 40 of file meta.h.


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