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

Function get_val

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

Source from the content-addressed store, hash-verified

46};
47
48int get_val( abstract_base_exception const & ex )
49{
50 return ex.get_val();
51}
52
53int get_val( my_exception const & ex )
54{

Callers 1

testFunction · 0.85

Calls 1

get_valMethod · 0.80

Tested by

no test coverage detected