MCPcopy Create free account
hub / github.com/boostorg/leaf / exception

Method exception

include/boost/leaf/exception.hpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 public:
119
120 exception( exception const & other ):
121 Ex(other),
122 exception_base(other),
123 error_id(other),
124 clear_current_error_(other.clear_current_error_)
125 {
126 other.clear_current_error_ = false;
127 }
128
129 exception( exception && other ) noexcept:
130 Ex(std::move(other)),

Callers 10

handle_errors.hppFile · 0.80
peekMethod · 0.80
peekMethod · 0.80
peekMethod · 0.80
checkMethod · 0.80
get_exceptionFunction · 0.80
diagnostic_infoClass · 0.80
diagnostic_detailsClass · 0.80

Calls 1

enforce_std_exceptionFunction · 0.85

Tested by

no test coverage detected