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

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

Documentation
template<typename T>
struct TiledArray::detail::is_initializer_list< T >
Primary template for detecting if T is an std::initializer_list.
This is the primary template for detecting if a type T is an std::initializer_list it will be selected when T is NOT an std::initializer_list and will contain a constexpr static member value, which is always false.
- Template Parameters
-
T The type we are testing for its initializer_list-ness
Definition at line 1217 of file type_traits.h.
The documentation for this struct was generated from the following file:
- TiledArray/type_traits.h
1.8.20