|
Lely core libraries 2.3.5
|
A node in a bidirectional map. More...
#include <bimap.h>

Data Fields | |
| struct rbnode | key |
| The node used to lookup values by key. | |
| struct rbnode | value |
| The node used to lookup keys by value. | |
A node in a bidirectional map.
To associate a value with a node, embed the node in a struct containing the value and use structof() to obtain the struct from the node.