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

Member Typedef Documentation

◆ type

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

Definition at line 342 of file BLI_set_slots.hh.


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