![]() |
Home | Libraries | People | FAQ | More |
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. Move constructor. Pilfer constructor. Constructor. |
|
Copy assignment (deleted). |
|
Return the associated memory resource. |
|
Return the value of this element. |
|
Destructor. |
This is the type of element used by the object
container.