centos man page for std::error_code

Query: std::error_code

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::error_code(3)					     Library Functions Manual						std::error_code(3)

NAME
std::error_code -
SYNOPSIS
Public Member Functions error_code (int __v, const error_category &__cat) noexcept template<typename _ErrorCodeEnum , typename = typename enable_if<is_error_code_enum<_ErrorCodeEnum>::value>::type> error_code (_ErrorCodeEnum __e) noexcept void assign (int __v, const error_category &__cat) noexcept const error_category & category () const noexcept void clear () noexcept error_condition default_error_condition () const noexcept string message () const operator bool () const noexcept template<typename _ErrorCodeEnum > enable_if< is_error_code_enum < _ErrorCodeEnum >::value, error_code & >::type operator= (_ErrorCodeEnum __e) noexcept" int value () const noexcept Friends class hash< error_code > Detailed Description error_code Definition at line 116 of file system_error. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::error_code(3)
Related Man Pages
std::array(3) - centos
std::__profile::map(3) - centos
std::atomic(3) - centos
std::tuple(3) - centos
__gnu_cxx::_extptr_allocator(3) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq