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

An extension of Item that includes storage for a key. More...

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

Public Member Functions

constexpr Pair (Key key)
 
constexpr Key key () const
 
constexpr bool operator< (const Pair &rhs)
 

Detailed Description

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

An extension of Item that includes storage for a key.


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