Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/ordered-map
/ ordered_set
Method
ordered_set
include/tsl/ordered_set.h:121–121 ·
view source on GitHub ↗
* Constructors */
Source
from the content-addressed store, hash-verified
119
* Constructors
120
*/
121
ordered_set() : ordered_set(ht::DEFAULT_INIT_BUCKETS_SIZE) {}
122
123
explicit ordered_set(size_type bucket_count, const Hash& hash = Hash(),
124
const KeyEqual& equal = KeyEqual(),
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected