C/C++ API Reference
Loading...
Searching...
No Matches
pw::containers::internal::AATree< K, V >::Item Class Reference

Overview

template<typename K, typename V>
class pw::containers::internal::AATree< K, V >::Item

Base item type for intrusive items stored in trees.

Unlike IntrusiveForwardList and IntrusiveList, which define distinct nested types for their items, maps and sets share the same base item type.

Inheritance diagram for pw::containers::internal::AATree< K, V >::Item:
pw::containers::internal::AATree< K, V >::Pair

Friends

template<typename , typename , bool >
struct IntrusiveItem
 

The documentation for this class was generated from the following file: