This operator (>>) applied to an input stream is known as extraction operator. It performs an input operation on a stream generally involving some sort of interpretation of the data (like translating a sequence of numerical characters to a value of a given numerical type).
Three groups of member functions and one group of global functions overload this "extraction operator" (>>) applied to istream objects:
Manipulator functions are functions specifically designed to be easily used with this operator.
Copyright © 2026 eLLeNow.com All Rights Reserved.