|
Blender V4.3
|
#include <BLI_map.hh>
Public Attributes | |
| const Key & | key |
| const Value & | value |
A key-value-pair stored in a #Map. This is used when looping over Map.items().
Definition at line 68 of file BLI_map.hh.
| const Key& blender::MapItem< Key, Value >::key |
Definition at line 69 of file BLI_map.hh.
| const Value& blender::MapItem< Key, Value >::value |
Definition at line 70 of file BLI_map.hh.