file
manager.impl.h
Namespaces
- namespace vt
- namespace vt::vrt
- namespace vt::vrt::collection
- namespace vt::vrt::collection::detail
Classes
-
template<typename MsgT, typename ColT, typename Enable_ = void>struct vt::vrt::collection::detail::InsertMsgDispatcher
-
template<typename MsgT, typename ColT>struct vt::vrt::collection::detail::InsertMsgDispatcher<MsgT, ColT, std::enable_if_t<std::is_same<MsgT, InsertNullMsg>::value>>
-
template<typename MsgT, typename ColT>struct vt::vrt::collection::detail::InsertMsgDispatcher<MsgT, ColT, std::enable_if_t<not std::is_same<MsgT, InsertNullMsg>::value>>