What are C++ manipulators?
What are C++ manipulators? 开发者_开发百科C++ defines varioss types of manipulators, but what are they? What do they do?
Searching Google for "c++ manipulator" return this excellent page as the first result. Basically it's a function which if passed to a stream changes the stream's behaviour.
精彩评论