error_condition
Definition at line 224 of file system_error.
◆ error_condition() [1/3]
std::error_condition::error_condition |
( |
| ) |
|
|
inlinenoexcept |
◆ error_condition() [2/3]
std::error_condition::error_condition |
( |
int |
__v, |
|
|
const error_category & |
__cat |
|
) |
| |
|
inlinenoexcept |
◆ error_condition() [3/3]
template<typename _ErrorConditionEnum , typename = typename enable_if<is_error_condition_enum<_ErrorConditionEnum>::value>::type>
std::error_condition::error_condition |
( |
_ErrorConditionEnum |
__e | ) |
|
|
inlinenoexcept |
◆ assign()
void std::error_condition::assign |
( |
int |
__v, |
|
|
const error_category & |
__cat |
|
) |
| |
|
inlinenoexcept |
◆ category()
◆ clear()
void std::error_condition::clear |
( |
| ) |
|
|
inlinenoexcept |
◆ message()
_GLIBCXX_DEFAULT_ABI_TAG string std::error_condition::message |
( |
| ) |
const |
|
inline |
◆ operator bool()
std::error_condition::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
◆ operator=()
template<typename _ErrorConditionEnum >
◆ value()
int std::error_condition::value |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this struct was generated from the following file: