|
Blender V4.3
|
#include <BLI_map.hh>
Public Member Functions | |
| operator MapItem< Key, Value > () const | |
Public Attributes | |
| const Key & | key |
| Value & | value |
Same as #MapItem, but the value is mutable. The key is still const because changing it might change its hash value which would lead to undefined behavior in the #Map.
Definition at line 77 of file BLI_map.hh.
|
inline |
Definition at line 81 of file BLI_map.hh.
References blender::MutableMapItem< Key, Value >::key.
| const Key& blender::MutableMapItem< Key, Value >::key |
Definition at line 78 of file BLI_map.hh.
Referenced by blender::MutableMapItem< Key, Value >::operator MapItem< Key, Value >().
| Value& blender::MutableMapItem< Key, Value >::value |
Definition at line 79 of file BLI_map.hh.
Referenced by blender::draw::overlay::Armatures::end_sync(), blender::eevee::LightProbeModule::end_sync(), and blender::tests::TEST().