Blender  V3.3
Public Types | List of all members
blender::DefaultMapSlot< Key, Value > Struct Template Reference

#include <BLI_map_slots.hh>

Public Types

using type = SimpleMapSlot< Key, Value >
 

Detailed Description

template<typename Key, typename Value>
struct blender::DefaultMapSlot< Key, Value >

Use SimpleMapSlot by default, because it is the smallest slot type, that works for all keys.

Definition at line 339 of file BLI_map_slots.hh.

Member Typedef Documentation

◆ type

template<typename Key , typename Value >
using blender::DefaultMapSlot< Key, Value >::type = SimpleMapSlot<Key, Value>

Definition at line 340 of file BLI_map_slots.hh.


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