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

Method get_val

test/exception_test.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 int val;;
44 explicit my_exception(int v): val{v} { }
45 int get_val() const { return val; }
46};
47
48int get_val( abstract_base_exception const & ex )

Callers 1

get_valFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected