|
TiledArray
0.7.0
|
Detect tiles used by ArrayEvalImpl.
More...
#include <type_traits.h>


Detect tiles used by ArrayEvalImpl.
is_array_tile evaluates to std::true_type when T is a LazyArrayTile<U> , 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> .
| T | The tile type to test |
Definition at line 451 of file type_traits.h.