Кроме того, я знаю, что это глупый вопрос! Где я могу найти официальную документацию стандартной библиотеки? Все, что я пытался сделать, это: < /p>
Код: Выделить всё
template
std::ostream& printOneValueContainer(std::ostream& outputstream, Container& container)
{
Container::const_iterator beg = container.begin();
outputstream
Подробнее здесь: [url]https://stackoverflow.com/questions/1185252/is-there-a-way-to-access-the-underlying-container-of-stl-container-adaptors[/url]