search for a given byte in the stream, and remain positioned on it
Synopsis
Declared in <streams.h>
void
FindByte(std::byte byte);
Parameters
Name |
Description |
byte |
Byte value to search for. |
Created with MrDocs
search for a given byte in the stream, and remain positioned on it
Declared in <streams.h>
void
FindByte(std::byte byte);
Name |
Description |
byte |
Byte value to search for. |
Created with MrDocs