hamigaki::thread::null_exception_storage —
struct null_exception_storage { // ExceptionStorage implementation void clear() const; void store() const; void rethrow() const; };
モデルとなるコンセプト:ExceptionStorage
null_exception_storage
void clear() const;
void store() const;
void rethrow() const;