hamigaki::thread::exception_storage —
class exception_storage { public: // ExceptionStorage implementation void clear(); void store(); void rethrow() const; };
モデルとなるコンセプト:ExceptionStorage
exception_storage
void clear();
void store();
e
e.what()
void rethrow() const;
std::runtime_error