libcstl
Loading...
Searching...
No Matches
Data Fields
cstl_map_iterator_t Struct Reference

A pointer to an element within the map. More...

#include <map.h>

Data Fields

const void * key
 Pointer to the key associated with the element.
 
void * val
 Pointer to the value contained by the element.
 

Detailed Description

A pointer to an element within the map.

Definition at line 45 of file map.h.

Field Documentation

◆ 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: