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

Documentation

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

||'s bools

Definition at line 39 of file meta.h.

Static Public Attributes

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

Member Data Documentation

◆ value

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

Definition at line 40 of file meta.h.


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