![]() |
Home | Libraries | People | FAQ | More |
boost::container::basic_string
// In header: <boost/container/string.hpp> template<typename InputIterator, typename Allocator> basic_string(InputIterator, InputIterator, Allocator const &);
Deduction guide: allows a basic_string to be constructed from the iterator range [first, last), deducing the character type from the value type of InputIterator and taking the allocator type from the supplied allocator.