| 37 | operator std::string_view() const& { return {mOutput}; } |
| 38 | |
| 39 | auto size() const { return mOutput.size(); } |
| 40 | |
| 41 | /// \brief Returns the current position in the output buffer. |
| 42 | size_t CurrentPos() const { return mOutput.length(); } |
no outgoing calls
no test coverage detected