CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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) {
8  }
9  std::exception_ptr getException() {
10  return stdExceptionPtr;
11  }
12  }
13 
14 }
15 
static thread_local std::exception_ptr stdExceptionPtr
void setException(std::exception_ptr e)
std::exception_ptr getException()