bsl::basic_ostringstream::__put_num

Format and insert a numeric value into the stream.

Synopsis

Declared in <bslstl_ostringstream.h>

template<class VALUE>
BaseStream&
__put_num(VALUE value);

Return Value

a reference to this stream

Parameters

NameDescription
valuevalue to insert