Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ error_id
Method
error_id
include/boost/leaf/error.hpp:686–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
int value_;
685
686
BOOST_LEAF_CONSTEXPR explicit error_id( int value ) noexcept:
687
value_(value)
688
{
689
BOOST_LEAF_ASSERT(value_ == 0 || ((value_&3) == 1));
690
}
691
692
public:
693
Callers
nothing calls this directly
Calls
2
import_error_code
Function · 0.85
error_code
Enum · 0.50
Tested by
no test coverage detected