IntrusiveUnorderedMultimapLink#
Fully qualified name: carb::container::IntrusiveUnorderedMultimapLink
Defined in carb/container/IntrusiveUnorderedMultimap.h
-
template<class Key, class T>
class IntrusiveUnorderedMultimapLink : public detail::IntrusiveUnorderedMultimapLinkBase<Key, T># Defines a “link node” that IntrusiveUnorderedMultimap will use for tracking data for the contained type.
Public Functions
-
inline constexpr IntrusiveUnorderedMultimapLink() noexcept#
Constructor.
-
inline ~IntrusiveUnorderedMultimapLink()#
Destructor. Asserts that the link is not contained in an IntrusiveUnorderedMultimap.
-
inline constexpr IntrusiveUnorderedMultimapLink() noexcept#