Files
openmethod/doc/error_output.adoc
Jean-Louis Leroy 5e0fa8ee4b inception
2025-03-08 15:31:25 -05:00

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`.