Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.54 KB

istream.md

File metadata and controls

48 lines (38 loc) · 2.54 KB

Header <istream> 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_istream
basic_iostream
Functions
operator>>(ss::basic_istream)
Manipulators
ws