LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ExceptionCollector.h"
Public Member Functions | |
bool | empty () const noexcept |
void | rethrow () |
template<typename F > | |
void | call (F f) |
Private Attributes | |
std::vector< std::exception_ptr > | exceptions_ {} |
Definition at line 22 of file ExceptionCollector.h.
|
inline |
Definition at line 33 of file ExceptionCollector.h.
References exceptions_, and f.
|
inlinenoexcept |
Definition at line 25 of file ExceptionCollector.h.
References exceptions_, and rethrow().
void art::detail::ExceptionCollector::rethrow | ( | ) |
Definition at line 19 of file ExceptionCollector.cc.
References util::empty(), and message().
Referenced by empty().
|
private |
Definition at line 42 of file ExceptionCollector.h.