Home
last modified time | relevance | path

Searched defs:exceptional_ptr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dexceptional_ptr.hpp16 struct exceptional_ptr { struct
17 exception_ptr ptr_;
19 exceptional_ptr() : ptr_() {} in exceptional_ptr() function
20 explicit exceptional_ptr(exception_ptr ex) : ptr_(ex) {} in exceptional_ptr() argument
22 …explicit exceptional_ptr(BOOST_FWD_REF(E) ex) : ptr_(boost::copy_exception(boost::forward<E>(ex)))… in exceptional_ptr() argument