Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 3.3 KB

ostream.md

File metadata and controls

57 lines (47 loc) · 3.3 KB

Header <ostream> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Classes
basic_ostream
Functions
operator<<(ss::basic_ostream)
print(ss::ostream)
println(ss::ostream)
vprint_unicode(ss::ostream)
vprint_nonunicode(ss::ostream)
Manipulators
endl
ends
flush
emit_on_flush
noemit_on_flush
flush_emit