mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
29 lines
468 B
Plaintext
29 lines
468 B
Plaintext
|
|
## error_output
|
|
|
|
### Synopsis
|
|
|
|
Defined in <boost/openmethod/policies/basic_policy.hpp>.
|
|
|
|
```c++
|
|
namespace boost::openmethod::policies {
|
|
|
|
struct error_output {};
|
|
|
|
} // boost::openmethod::policies
|
|
```
|
|
|
|
### Description
|
|
|
|
`error_output` is a facet that provides a stream for writing error messages.
|
|
|
|
### Requirements
|
|
|
|
#### error_stream
|
|
|
|
```c++
|
|
static RestrictedOutputStream error_stream;
|
|
```
|
|
|
|
A static variable that satisfies the requirements of `RestrictedOutputStream`.
|