Expand description
§SettingCollectionMap
This module defines the SettingCollectionMap<T>
struct, representing a collection of settings
with case-insensitive string keys. It inherits from SettingCollection<T>
and overrides
the relevant virtual functions.
Structs§
- Setting
Collection Map - Represents a map-based collection of settings.
- Setting
Collection MapVtbl - The virtual function table for
SettingCollectionMap<T>
.