|
CPP05 1.0
|
Defines the Bureaucrat class, updated to interact with Forms. [詳解]
#include "Bureaucrat.hpp"
関数 | |
| std::ostream & | operator<< (std::ostream &os, const Bureaucrat &bureaucrat) |
| Overloads the << operator to print Bureaucrat information. | |
Defines the Bureaucrat class, updated to interact with Forms.
Bureaucrat.cpp に定義があります。
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Bureaucrat & | bureaucrat | ||
| ) |
Overloads the << operator to print Bureaucrat information.
| os | The output stream. |
| bureaucrat | The Bureaucrat object to print. |
Bureaucrat.cpp の 83 行目に定義があります。