A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/ostream.rvalue below:

[ostream.rvalue]

30 Input/output library [input.output] 30.7 Formatting and manipulators [iostream.format] 30.7.5 Output streams [output.streams] 30.7.5.5 Rvalue stream insertion [ostream.rvalue]

template <class charT, class traits, class T> basic_ostream<charT, traits>& operator<<(basic_ostream<charT, traits>&& os, const T& x);

1 #

Effects: As if by: os << x;

2 #

Returns: os.

3 #

Remarks: This function shall not participate in overload resolution unless the expression os << x is well-formed.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4