boost::openmethod::LightweightOutputStream::operator<<

Left shift operators

Synopses

Writes a null‐terminated string to the stream.

LightweightOutputStream&
operator<<(char const* str);

Writes a string view to the stream.

LightweightOutputStream&
operator<<(std::string_view const& view);

Writes a pointer value to the stream.

LightweightOutputStream&
operator<<(void const* value);

Writes a size_t value to the stream.

LightweightOutputStream&
operator<<(std::size_t value);

Created with MrDocs