Unoptimized I/O library. More...
Unoptimized I/O library.
Functions | |
| Status | ReadByte (std::byte *dest) |
| Status | TryReadByte (std::byte *dest) |
| Status | WriteByte (std::byte b) |
| StatusWithSize | WriteLine (std::string_view s) |
| StatusWithSize | ReadBytes (ByteSpan dest) |
| StatusWithSize | WriteBytes (ConstByteSpan src) |