Search Results

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.

Definition at line 1217 of file type_traits.h.


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