Blender V5.0
blender::MapItem< Key, Value > Struct Template Reference

#include <BLI_map.hh>

Public Attributes

const Keykey
const Value & value

Detailed Description

template<typename Key, typename Value>
struct blender::MapItem< Key, 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.

Member Data Documentation

◆ key

template<typename Key, typename Value>
const Key& blender::MapItem< Key, Value >::key

Definition at line 69 of file BLI_map.hh.

Referenced by blender::bke::node_preview_remove_unused().

◆ value

template<typename Key, typename Value>
const Value& blender::MapItem< Key, Value >::value

Definition at line 70 of file BLI_map.hh.


The documentation for this struct was generated from the following file: