TiledArray::detail::is_array_tile< T > Struct Template Reference
Inheritance diagram for TiledArray::detail::is_array_tile< T >:

Collaboration diagram for TiledArray::detail::is_array_tile< T >:

Documentation
template<typename T>
struct TiledArray::detail::is_array_tile< T >
Detect tiles used by ArrayEvalImpl.
is_array_tile evaluates to std::true_type when T is a LazyArrayTile , i.e. when it is a lazy tile wrapper used by e.g. ArrayEvalImpl . otherwise it evaluates to std::false_type . Note that is_array_tile<T> implies is_lazy_tile<T> , but is_lazy_tile<T> does not imply is_array_tile<T> .
Definition at line 670 of file type_traits.h.
The documentation for this struct was generated from the following file:
- TiledArray/type_traits.h
1.8.20