...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The element type.
using value_type = key_value_pair;
Name |
Description |
---|---|
Return the key of this element. |
|
Return the key of this element as a null-terminated string. |
|
Copy constructor. |
|
Copy assignment (deleted). |
|
Return the associated memory resource. |
|
Return the value of this element. |
|
~key_value_pair [destructor] |
Destructor. |
This is the type of element used by the object
container.