template<typename ColT, typename IndexT>
CollectionInfo struct
Constructors, destructors, conversion operators
- CollectionInfo() defaulted
- CollectionInfo(CollectionInfo const&) defaulted
- CollectionInfo(IndexT const& in_range, bool const in_immediate, NodeType const& in_from_node, VirtualProxyType in_proxy)
Public functions
-
template<typename SerializerT>void serialize(SerializerT& s)
- auto getProxy() const -> VirtualProxyType
- auto getRange() const -> IndexT
- void setInsertEpoch(EpochType const& in_epoch)
- auto getInsertEpoch() const -> EpochType