|
Blender V5.0
|
#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.
| const Key& blender::MutableMapItem< Key, Value >::key |
Definition at line 78 of file BLI_map.hh.
| Value& blender::MutableMapItem< Key, Value >::value |
Definition at line 79 of file BLI_map.hh.
Referenced by blender::eevee::LightProbeModule::end_sync(), and blender::tests::TEST().