Blender V4.3
blender::DefaultSetSlot< std::string > Struct Reference

#include <BLI_set_slots.hh>

Public Types

using type = HashedSetSlot<std::string>
 

Detailed Description

Store the hash of a string in the slot by default. Recomputing the hash or doing string comparisons can be relatively costly.

Definition at line 351 of file BLI_set_slots.hh.

Member Typedef Documentation

◆ type

using blender::DefaultSetSlot< std::string >::type = HashedSetSlot<std::string>

Definition at line 352 of file BLI_set_slots.hh.


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