| 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) |
no outgoing calls
no test coverage detected