ExceptionStorage
t
Clear exception
t.clear()
void
tに格納している例外を破棄する。
Store exception
t.store()
std::uncaught_exception()
捕捉されていない例外をtに格納する。
Re-throw exception
t.rethrow()
tに格納されている例外を送出する。