MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / insert

Function insert

system/lib/libcxx/include/__vector/vector_bool.h:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367#ifndef _LIBCPP_CXX03_LANG
368 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 iterator
369 insert(const_iterator __position, initializer_list<value_type> __il) {
370 return insert(__position, __il.begin(), __il.end());
371 }
372#endif
373
374 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 iterator erase(const_iterator __position);

Callers 2

emplaceFunction · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected