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

Class abstract_base_exception

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

Source from the content-addressed store, hash-verified

31struct info { int value; };
32
33struct abstract_base_exception
34{
35 virtual ~abstract_base_exception() { }
36 virtual int get_val() const = 0;
37};
38
39struct my_exception:
40 std::exception,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected