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

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

Documentation
template<typename T>
struct TiledArray::detail::is_non_array_lazy_tile< T >
Detect a lazy evaluation tile that are not a LazyArrayTile.
is_non_array_lazy_tile evaluates to std::true_type when T is a tile that uses the lazy evaluation mechanism (i.e. when T != T::eval_type), and not a LazyArrayTile , otherwise it evaluates to std::false_type .
- Template Parameters
-
T The tile type to test
Definition at line 688 of file type_traits.h.
The documentation for this struct was generated from the following file:
- TiledArray/type_traits.h
1.8.20