在线文档教程

UnformattedOutputFunction

C++ concepts: UnformattedOutputFunction

Requirements

A UnformattedOutputFunction is a stream output function that performs the following:

  • Constructs an object of type basic_ostream::sentry with automatic storage duration, which performs the following

Standard library

The following standard library functions are UnformattedOutputFunction**s**.

  • basic_ostream::operator<<(basic_streambuf*)

basic_ostream::tellp (except calls pubseekoff instead of output) basic_ostream::seekp (except calls pubseekoff or pubseekpos instead of output)(since C++11)

  • basic_ostream::tellp (except calls pubseekoff instead of output)

(since C++11)

© cppreference.com

Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.

http://en.cppreference.com/w/cpp/concept/UnformattedOutputFunction