Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
int get_val( abstract_base_exception const & ex )
49
{
50
return ex.get_val();
51
}
52
53
int get_val( my_exception const & ex )
54
{
Callers
1
test
Function · 0.85
Calls
1
get_val
Method · 0.80
Tested by
no test coverage detected