TiledArray::detail::is_contiguous_range< T, Enabler > Struct Template Reference
Inheritance diagram for TiledArray::detail::is_contiguous_range< T, Enabler >:
Collaboration diagram for TiledArray::detail::is_contiguous_range< T, Enabler >:

Documentation

template<typename T, typename Enabler = void>
struct TiledArray::detail::is_contiguous_range< T, Enabler >

Template Parameters
Ta type is_contiguous_range<T>::value is true if is_range_v<T> is true and std::data(T&) is valid
Warning
will be replaced by C++20 concepts

Definition at line 1090 of file type_traits.h.


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