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

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

#include <expr.h>

Static Public Attributes

static constexpr const bool value = std::is_same<std::true_type, decltype(__test<E>(0))>::value
 

Detailed Description

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 65 of file expr.h.

Member Data Documentation

◆ value

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

Definition at line 73 of file expr.h.


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