MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / priv_insert

Function priv_insert

extern/boost/boost/container/vector.hpp:2673–2676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671
2672 template<class U>
2673 BOOST_CONTAINER_FORCEINLINE iterator priv_insert(const const_iterator &p, BOOST_FWD_REF(U) u)
2674 {
2675 return this->emplace(p, ::boost::forward<U>(u));
2676 }
2677
2678 template <class U>
2679 BOOST_CONTAINER_FORCEINLINE void priv_push_back(BOOST_FWD_REF(U) u)

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.50
emplaceMethod · 0.45

Tested by

no test coverage detected