Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/ordered-map
/ clear
Method
clear
include/tsl/ordered_map.h:234–234 ·
view source on GitHub ↗
* Modifiers */
Source
from the content-addressed store, hash-verified
232
* Modifiers
233
*/
234
void clear() noexcept { m_ht.clear(); }
235
236
std::pair<iterator, bool> insert(const value_type& value) {
237
return m_ht.insert(value);
Callers
1
ordered_map
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected