MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / unordered_set

Method unordered_set

include/win/boost/unordered/unordered_set.hpp:983–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981
982 template <class T, class H, class P, class A>
983 unordered_set<T,H,P,A>::unordered_set(
984 size_type n, const hasher &hf, const key_equal &eql,
985 const allocator_type &a)
986 : table_(n, hf, eql, a)
987 {
988 }
989
990 template <class T, class H, class P, class A>
991 unordered_set<T,H,P,A>::unordered_set(allocator_type const& a)

Callers

nothing calls this directly

Calls 6

hasherClass · 0.85
initial_sizeFunction · 0.85
move_tagClass · 0.85
insert_rangeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected