Searched defs:OutIt (Results 1 – 3 of 3) sorted by relevance
327 typedef ostreambuf_iterator<char> OutIt; in test05() typedef354 typedef ostreambuf_iterator<char> OutIt; in test06() typedef
327 typedef ostreambuf_iterator<wchar_t> OutIt; in test05() typedef354 typedef ostreambuf_iterator<wchar_t> OutIt; in test06() typedef
651 iterator OutIt = begin(); in join() local