Blender V4.3
blender::DefaultSetSlot< Key > Struct Template Reference

#include <BLI_set_slots.hh>

Public Types

using type = SimpleSetSlot<Key>
 

Detailed Description

template<typename Key>
struct blender::DefaultSetSlot< Key >

Use SimpleSetSlot by default, because it is the smallest slot type that works for all key types.

Definition at line 343 of file BLI_set_slots.hh.

Member Typedef Documentation

◆ type

template<typename Key >
using blender::DefaultSetSlot< Key >::type = SimpleSetSlot<Key>

Definition at line 344 of file BLI_set_slots.hh.


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