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

Method steal_resources

extern/boost/boost/container/vector.hpp:822–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 protected:
821
822 BOOST_CONTAINER_FORCEINLINE void steal_resources(vector &x)
823 { return this->m_holder.steal_resources(x.m_holder); }
824
825 template<class AllocFwd>
826 BOOST_CONTAINER_FORCEINLINE vector(initial_capacity_t, pointer initial_memory, size_type cap, BOOST_FWD_REF(AllocFwd) a)

Callers 3

vectorMethod · 0.45
priv_move_assignFunction · 0.45
priv_swapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected