> For the complete documentation index, see [llms.txt](https://mwx.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mwx.twelite.info/v0.1.5/api-reference/classes/twe-stream/twe-crlf.md).

# mwx::crlf

`mwx::stream` の `<<` 演算子に対して改行コード (CR LF) を出力するためのヘルパークラスのインスタンスです。

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