# mwx::crlf

Instance of a helper class to output a newline code (CR LF) for the `<<` operator of `mwx::stream`.

```cpp
Serial << "hello world!" << mwx::crlf;
```
