Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
multimap_base::Node Struct Reference
The node element in the multimap. More...
#include <multimap.h>
Public Member Functions | |
Node () | |
Constructor. | |
void | mark_as_leaf () |
Marks the node as a leaf. |
Detailed Description
The node element in the multimap.
Definition at line 191 of file multimap.h.
Constructor & Destructor Documentation
Node | ( | ) |
Constructor.
Definition at line 196 of file multimap.h.
Member Function Documentation
void mark_as_leaf | ( | ) |
Marks the node as a leaf.
Definition at line 205 of file multimap.h.
Generated on Tue Jul 12 2022 14:05:52 by
