forked from boostorg/system
Asciidoctor 2 fixes
This commit is contained in:
@ -568,7 +568,8 @@ constexpr void clear() noexcept;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Ensures: :: `val_ == 0`; `*cat_ == system_category()`.
|
Ensures: ::
|
||||||
|
`val_ == 0`; `*cat_ == system_category()`.
|
||||||
|
|
||||||
#### Observers
|
#### Observers
|
||||||
|
|
||||||
@ -634,7 +635,8 @@ operator std::error_code() const;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Returns: :: `std::error_code( val_, *cat_ )`.
|
Returns: ::
|
||||||
|
`std::error_code( val_, *cat_ )`.
|
||||||
|
|
||||||
### Class error_condition
|
### Class error_condition
|
||||||
|
|
||||||
@ -711,7 +713,8 @@ template <class ErrorConditionEnum>
|
|||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Ensures: :: `*this == make_error_condition( e )`.
|
Ensures: :: `*this == make_error_condition( e )`.
|
||||||
Remarks: :: This constructor is only enabled when `is_error_condition_enum<ErrorConditionEnum>::value` is `true`.
|
Remarks: ::
|
||||||
|
This constructor is only enabled when `is_error_condition_enum<ErrorConditionEnum>::value` is `true`.
|
||||||
|
|
||||||
#### Modifiers
|
#### Modifiers
|
||||||
|
|
||||||
@ -739,7 +742,8 @@ constexpr void clear() noexcept;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Ensures: :: `val_ == 0`; `*cat_ == generic_category()`.
|
Ensures: ::
|
||||||
|
`val_ == 0`; `*cat_ == generic_category()`.
|
||||||
|
|
||||||
#### Observers
|
#### Observers
|
||||||
|
|
||||||
@ -797,7 +801,8 @@ operator std::error_condition() const;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Returns: :: `std::error_condition( val_, *cat_ )`.
|
Returns: ::
|
||||||
|
`std::error_condition( val_, *cat_ )`.
|
||||||
|
|
||||||
### Nonmember functions
|
### Nonmember functions
|
||||||
|
|
||||||
@ -882,7 +887,8 @@ std::size_t hash_value( const error_code & ec );
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Returns: :: A hash value representing `ec`.
|
Returns: ::
|
||||||
|
A hash value representing `ec`.
|
||||||
|
|
||||||
## <boost/system/system_error.hpp>
|
## <boost/system/system_error.hpp>
|
||||||
|
|
||||||
@ -941,7 +947,8 @@ system_error( int ev, const error_category & ecat );
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Ensures: :: `code() == error_code( ev, ecat )`.
|
Ensures: ::
|
||||||
|
`code() == error_code( ev, ecat )`.
|
||||||
|
|
||||||
#### Observers
|
#### Observers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user