C++ の throw 式
throw
式は、C++ の例外ハンドラーに例外をスロー (throw) するために使われます。 throw 式は、
void
型です。
関連参照
例外処理
void 型