Blender  V3.3
Public Types | List of all members
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 363 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 364 of file BLI_set_slots.hh.


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