Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Friends | List of all members
pw::containers::internal::AATree< K, V >::Item Class Reference
Inheritance diagram for pw::containers::internal::AATree< K, V >::Item:
pw::containers::internal::AATree< K, V >::Pair

Friends

template<typename , typename , bool >
struct IntrusiveItem
 

Detailed Description

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.


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