Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Streaming, conversion

Streaming, conversion

intervals

interval
sets

interval
maps

element
sets

element
maps

std::basic_ostream operator << (basic_ostream&, const T&)

1

1

1

1

1

Streaming, conversion

Description

std::basic_ostream operator << (basic_ostream&, const T&)

Serializes the argument of type T to an output stream

Back to section . . .

Function Synopsis

Interface


PrevUpHomeNext