Interface for manipulators.
Synopsis
Declared in <bslstl_istringstream.h>
__istream_type&
operator>>(__istream_type&(* __pf)(__istream_type&));
Description
@{
Manipulators such as std::ws and std::dec use these functions in constructs like std::cin >> std::ws. For more information, see the iomanip header.
Created with MrDocs