![]() |
Home | Libraries | People | FAQ | More |
boost::container::stable_vector
// In header: <boost/container/stable_vector.hpp> template<typename InputIterator> stable_vector(InputIterator, InputIterator);
Deduction guide: allows a stable_vector to be constructed from the iterator range [first, last), deducing the element type from the value type of InputIterator and using the default allocator.