Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp67 struct lazy_exception : public std::exception { struct
68 const char* s;
69 lazy_exception( const char* ss ) : s(ss) {} in lazy_exception() argument
70 const char* what() const throw() { return s; } in what()