Apply an ios_base manipulator to this stream.

Synopsis

Declared in <bslstl_ostringstream.h>

BaseStream&
operator<<(ios_base&(* manipulator)(ios_base&));

Return Value

a reference to this stream

Parameters

Name

Description

manipulator

function to apply

Created with MrDocs