开发者

What are C++ manipulators?

开发者 https://www.devze.com 2022-12-17 17:01 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消