MCPcopy Create free account
hub / github.com/Tessil/ordered-map / ordered_map

Method ordered_map

include/tsl/ordered_map.h:142–142  ·  view source on GitHub ↗

* Constructors */

Source from the content-addressed store, hash-verified

140 * Constructors
141 */
142 ordered_map() : ordered_map(ht::DEFAULT_INIT_BUCKETS_SIZE) {}
143
144 explicit ordered_map(size_type bucket_count, const Hash& hash = Hash(),
145 const KeyEqual& equal = KeyEqual(),

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected