[ostream.rvalue]
31 Input/output library [input.output]
31.7 Formatting and manipulators [iostream.format]
31.7.6 Output streams [output.streams]
31.7.6.6 Rvalue stream insertion [ostream.rvalue]
template<class Ostream, class T>
Ostream&& operator<<(Ostream&& os, const T& x);