CMS 3D CMS Logo

ExceptionPropagate.cc
Go to the documentation of this file.
2 
3 namespace edm {
4  namespace threadLocalException {
5  static thread_local std::exception_ptr stdExceptionPtr;
6  void setException(std::exception_ptr e) { stdExceptionPtr = e; }
7  std::exception_ptr getException() { return stdExceptionPtr; }
8  } // namespace threadLocalException
9 
10 } // namespace edm
static thread_local std::exception_ptr stdExceptionPtr
void setException(std::exception_ptr e)
HLT enums.
std::exception_ptr getException()