Apply a basic_ios manipulator to this stream.
Synopsis
Declared in <bslstl_ostringstream.h>
BaseStream&
operator<<(std::basic_ios<char_type, traits_type>&(* manipulator)(std::basic_ios<char_type, traits_type>&));
Return Value
a reference to this stream
Parameters
Name |
Description |
manipulator |
function to apply |
Created with MrDocs