debian man page for std::error_code

Query: std::error_code

OS: debian

Section: 3cxx

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

std::error_code(3cxx)													     std::error_code(3cxx)

NAME
std::error_code -
SYNOPSIS
Public Member Functions error_code (int __v, const error_category &__cat) template<typename _ErrorCodeEnum > error_code (_ErrorCodeEnum __e, typename enable_if< is_error_code_enum< _ErrorCodeEnum >::value >::type *=0) void assign (int __v, const error_category &__cat) const error_category & category () const void clear () error_condition default_error_condition () const string message () const operator bool () const template<typename _ErrorCodeEnum > enable_if< is_error_code_enum < _ErrorCodeEnum >::value, error_code & >::type operator= (_ErrorCodeEnum __e)" int value () const 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 Nov 27 2012 std::error_code(3cxx)
Related Man Pages
std::tuple(3) - centos
__gnu_parallel::__replace_selector(3) - debian
std::shared_future(3) - debian
std::slice_array(3) - debian
std::tuple(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph