A pointer to an element within the map.
More...
#include <map.h>
|
const void * | key |
| Pointer to the key associated with the element.
|
|
void * | val |
| Pointer to the value contained by the element.
|
|
A pointer to an element within the map.
Definition at line 45 of file map.h.
◆ key
const void* cstl_map_iterator_t::key |
Pointer to the key associated with the element.
Definition at line 48 of file map.h.
◆ val
void* cstl_map_iterator_t::val |
Pointer to the value contained by the element.
Definition at line 50 of file map.h.
The documentation for this struct was generated from the following file: