#include <di/container/intrusive/list.h>
Additional Inherited Members | |
Static Public Member Functions inherited from di::container::IntrusiveTagBase< IntrusiveListNode< DefaultIntrusiveListTag > > | |
| static constexpr auto | is_sized (InPlaceType< T >) -> bool |
| static constexpr auto | always_store_tail (InPlaceType< T >) -> bool |
| static constexpr auto | node_type (InPlaceType< T >) -> IntrusiveListNode< DefaultIntrusiveListTag > |
| static constexpr auto | down_cast (InPlaceType< T >, IntrusiveListNode< DefaultIntrusiveListTag > &node) -> T & |
| static constexpr void | did_insert (auto &, auto &) |
| static constexpr void | did_remove (auto &, auto &) |