TiledArray::expressions::has_array< E > Class Template Reference

Documentation

template<class E>
class TiledArray::expressions::has_array< E >

type trait checks if T has array() member Useful to determine if an Expr is a TsrExpr or a related type

Definition at line 80 of file expr.h.

Static Public Attributes

static constexpr const bool value
 

Member Data Documentation

◆ value

template<class E >
constexpr const bool TiledArray::expressions::has_array< E >::value
staticconstexpr
Initial value:
=
std::is_same<std::true_type, decltype(__test<E>(0))>::value

Definition at line 89 of file expr.h.


The documentation for this class was generated from the following file:
  • TiledArray/expressions/expr.h
static constexpr const bool value
Definition: expr.h:89