debian man page for std::error_condition

Query: std::error_condition

OS: debian

Section: 3cxx

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

std::error_condition(3cxx)												std::error_condition(3cxx)

NAME
std::error_condition -
SYNOPSIS
Public Member Functions error_condition (int __v, const error_category &__cat) template<typename _ErrorConditionEnum > error_condition (_ErrorConditionEnum __e, typename enable_if< is_error_condition_enum< _ErrorConditionEnum >::value >::type *=0) void assign (int __v, const error_category &__cat) const error_category & category () const void clear () string message () const operator bool () const template<typename _ErrorConditionEnum > enable_if < is_error_condition_enum < _ErrorConditionEnum >::value, error_condition & >::type operator= (_ErrorConditionEnum __e)" int value () const Detailed Description error_condition Definition at line 193 of file system_error. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::error_condition(3cxx)
Related Man Pages
std::tuple(3) - centos
__gnu_parallel::__replace_selector(3) - debian
std::chrono::duration(3) - debian
std::hash(3) - debian
std::integral_constant(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?