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

Implementation of the Form class. [詳解]

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

[ソースコード]

関数

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

詳解

Implementation of the Form class.

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

関数詳解

◆ operator<<()

std::ostream & operator<< ( std::ostream os,
const Form form 
)

Overloads the << operator to print Form information.

引数
osThe output stream.
formThe Form object to print.
戻り値
A reference to the output stream.

Form.cpp106 行目に定義があります。