basic_ostream::put

basic_ostream& put(E c);

The unformatted output function inserts the element c. It returns *this.


Send feedback to MSDN.Look here for MSDN Online resources.