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

Enum ErrorCode

test/github_issue53_test.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace leaf = boost::leaf;
16
17enum class ErrorCode
18{
19 E_GENERIC_UNEXPECTED,
20 E_GENERIC_PARSE
21};
22
23leaf::result<int> test1( int a )
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected