Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ value
Method
value
include/asio/error_code.hpp:119–122 ·
view source on GitHub ↗
Get the error value.
Source
from the content-addressed store, hash-verified
117
118
/// Get the error value.
119
int value() const
120
{
121
return value_;
122
}
123
124
/// Get the error category.
125
const error_category& category() const
Callers
15
is_not_found_error
Function · 0.45
absolute
Function · 0.45
canonical
Function · 0.45
copy
Function · 0.45
copy_file
Function · 0.45
copy_symlink
Function · 0.45
create_directories
Function · 0.45
create_directory
Function · 0.45
create_directory_symlink
Function · 0.45
create_hard_link
Function · 0.45
create_symlink
Function · 0.45
current_path
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected