Blender V5.0
blender::DefaultSetSlot< Key * > Struct Template Reference

#include <BLI_set_slots.hh>

Public Types

using type = IntrusiveSetSlot<Key *, PointerKeyInfo<Key *>>

Detailed Description

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

Use a special slot type for pointer keys, because we can store whether a slot is empty or removed with special pointer values.

Definition at line 366 of file BLI_set_slots.hh.

Member Typedef Documentation

◆ type

template<typename Key>
using blender::DefaultSetSlot< Key * >::type = IntrusiveSetSlot<Key *, PointerKeyInfo<Key *>>

Definition at line 367 of file BLI_set_slots.hh.


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