CPP05 1.0
|
Implementation of the Bureaucrat class. [詳解]
#include "Bureaucrat.hpp"
関数 | |
std::ostream & | operator<< (std::ostream &os, const Bureaucrat &bureaucrat) |
Overloads the << operator to print Bureaucrat information. | |
Implementation of the Bureaucrat class.
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 の 85 行目に定義があります。