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

Member Typedef Documentation

◆ type

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

Definition at line 350 of file BLI_set_slots.hh.


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