* @returns Whether the string that this stream * operates on is empty. */
| 218 | * operates on is empty. |
| 219 | */ |
| 220 | Y_PURE_FUNCTION inline bool Empty() const noexcept { |
| 221 | return Str().empty(); |
| 222 | } |
| 223 | |
| 224 | using TStringOutput::Reserve; |
| 225 |
no test coverage detected