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

Method vector

extern/boost/boost/container/vector.hpp:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 {}
829
830 BOOST_CONTAINER_FORCEINLINE vector(initial_capacity_t, pointer initial_memory, size_type cap)
831 : m_holder(initial_capacity_t(), initial_memory, cap)
832 {}
833
834 #endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
835

Callers

nothing calls this directly

Calls 15

assignMethod · 0.95
initial_capacity_tClass · 0.85
moveFunction · 0.50
allocMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected