CPP05 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Bureaucrat.cpp ファイル

Implementation of the Bureaucrat class. [詳解]

#include "Bureaucrat.hpp"
Bureaucrat.cpp の依存先関係図:

[ソースコード]

関数

std::ostreamoperator<< (std::ostream &os, const Bureaucrat &bureaucrat)
 Overloads the << operator to print Bureaucrat information.
 

詳解

Implementation of the Bureaucrat class.

Bureaucrat.cpp に定義があります。

関数詳解

◆ operator<<()

std::ostream & operator<< ( std::ostream os,
const Bureaucrat bureaucrat 
)

Overloads the << operator to print Bureaucrat information.

引数
osThe output stream.
bureaucratThe Bureaucrat object to print.
戻り値
A reference to the output stream.

Bureaucrat.cpp85 行目に定義があります。