which function overloads the>> operator?

which function overloads the>> operator? Correct Answer None of these

Operator Overloading means giving extended meaning beyond their predefined operational meaning. For example operator + is used to add two integers as well as join two strings and merge two lists. It is achievable because ' + ' operator is overloaded by int class and str class.

Related Questions

What is the correct syntax to define a function which overloads any operator, say + operator for bit_vector type?
Which function overloads the + operator?
Which function overloads the == operator?
Which function overloads the >> operator?
Which function overloads the // operator?
Which function overloads the >> operator?