You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/core/containers/hashmap.h
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,32 @@ namespace hud
124
124
static_assert(hud::is_nothrow_copy_constructible_v<value_t, u_value_t>, "value_t(const u_value_t&) copy constructor is throwable. hashmap_storage is not designed to allow throwable copy constructible components");
125
125
}
126
126
127
+
/**
128
+
* Constructor that initializes the hashmap_storage with a key and a default value.
0 commit comments