Home
last modified time | relevance | path

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

/third_party/boost/boost/nowide/
Dfstream.hpp39 struct StreamTypeInOut struct
41 static std::ios_base::openmode mode() { return std::ios_base::in | std::ios_base::out; } in mode()
42 static std::ios_base::openmode mode_modifier() { return std::ios_base::openmode(); } in mode_modifier()
44 struct stream_base{