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

Method insert

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

Source from the content-addressed store, hash-verified

1095 template <class T, class H, class P, class A>
1096 template <class InputIt>
1097 void unordered_set<T,H,P,A>::insert(InputIt first, InputIt last)
1098 {
1099 table_.insert_range(first, last);
1100 }
1101
1102#if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST)
1103 template <class T, class H, class P, class A>

Callers

nothing calls this directly

Calls 3

insert_rangeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected