Forward declaration of friend functions and operators
| 63 | |
| 64 | // Forward declaration of friend functions and operators |
| 65 | class string; |
| 66 | Istream& operator>>(Istream&, string&); |
| 67 | Ostream& operator<<(Ostream&, const string&); |
| 68 | Ostream& operator<<(Ostream&, const std::string&); |
no outgoing calls
no test coverage detected