46 bool HogeFunc(
const int& _int) {
return true; };
70 throw std::invalid_argument(
"年齢は負の値ではありません");
クラス概要
Definition Doxygen_Template_Comment.h:58
void ExThrowFunc(int age)
例外を投げるサンプルの関数です。
Definition Doxygen_Template_Comment.h:68
名前空間の説明
Definition Doxygen_Template_Comment.h:24
int hogeInt
変数の説明
Definition Doxygen_Template_Comment.h:36
const int SECONDS_IN_A_DAY
定数の概要
Definition Doxygen_Template_Comment.h:31
bool HogeFunc(const int &_int)
関数の説明
Definition Doxygen_Template_Comment.h:46