Home
last modified time | relevance | path

Searched defs:StreamTypeOut (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/nowide/
Dfstream.hpp30 struct StreamTypeOut struct
32 static std::ios_base::openmode mode() { return std::ios_base::out; } in mode()
33 static std::ios_base::openmode mode_modifier() { return mode(); } in mode_modifier()
35 struct stream_base{