This commit is contained in:
parent
94ca0327ef
commit
e8f4ab27b5
@ -37,6 +37,8 @@ namespace ArbUt {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~Dictionary() noexcept { delete _map; }
|
||||||
|
|
||||||
/// @brief Removes all items from the dictionary.
|
/// @brief Removes all items from the dictionary.
|
||||||
inline void Clear() noexcept { _map->clear(); }
|
inline void Clear() noexcept { _map->clear(); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user