MCPcopy 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_errorFunction · 0.45
absoluteFunction · 0.45
canonicalFunction · 0.45
copyFunction · 0.45
copy_fileFunction · 0.45
copy_symlinkFunction · 0.45
create_directoriesFunction · 0.45
create_directoryFunction · 0.45
create_directory_symlinkFunction · 0.45
create_hard_linkFunction · 0.45
create_symlinkFunction · 0.45
current_pathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected