|
Blender V5.0
|
#include <MEM_alloc_string_storage.hh>
Public Member Functions | |
| template<typename keyT, template< typename > typename hashT> | |
| std::any & | ensure_storage (const std::string &storage_identifier) |
The main container for all AllocStringStorage.
Definition at line 73 of file MEM_alloc_string_storage.hh.
|
inline |
Create if necessary, and return the AllocStringStorage for the given storage_identifier.
The template arguments allow to define the type of key used for the mapping to allocation strings.
Definition at line 84 of file MEM_alloc_string_storage.hh.
Referenced by intern::memutil::alloc_string_storage_get().