file
default_map.h
Namespaces
- namespace vt
- namespace vt::vrt
- namespace vt::vrt::collection
Classes
-
template<typename CollectionT>struct vt::vrt::collection::DefaultMapBase
-
template<typename CollectionT, typename Enable = void>struct vt::vrt::collection::DefaultMap
-
template<typename CollectionT>struct vt::vrt::collection::DefaultMap<CollectionT, typename std::enable_if_t<std::is_same<typename CollectionT::IndexType, typename ::vt::index::Index1D<typename CollectionT::IndexType::DenseIndexType>>::value>>
-
template<typename CollectionT>struct vt::vrt::collection::DefaultMap<CollectionT, typename std::enable_if_t<std::is_same<typename CollectionT::IndexType, typename ::vt::index::Index2D<typename CollectionT::IndexType::DenseIndexType>>::value>>
-
template<typename CollectionT>struct vt::vrt::collection::DefaultMap<CollectionT, typename std::enable_if_t<std::is_same<typename CollectionT::IndexType, typename ::vt::index::Index3D<typename CollectionT::IndexType::DenseIndexType>>::value>>