Home
last modified time | relevance | path

Searched refs:ostrbuf_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/flyweight/example/
Dhtml.cpp317 typedef std::ostreambuf_iterator<char> ostrbuf_iterator; in main() typedef
318 produce_html(scanned_html.begin(),scanned_html.end(),ostrbuf_iterator(ofs)); in main()