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

Method begin

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

Source from the content-addressed store, hash-verified

455 }
456
457 local_iterator begin(size_type n)
458 {
459 return local_iterator(
460 table_.begin(n), n, table_.bucket_count_);
461 }
462
463 const_local_iterator begin(size_type n) const
464 {

Callers 9

unordered_setClass · 0.45
cbeginMethod · 0.45
unordered_multisetClass · 0.45
cbeginMethod · 0.45
beginMethod · 0.45
unordered_setMethod · 0.45
unordered_set.hppFile · 0.45
insertMethod · 0.45
unordered_multisetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected