[#BufferedFile-FindByte] = xref:BufferedFile.adoc[BufferedFile]::FindByte :relfileprefix: ../ :mrdocs: search for a given byte in the stream, and remain positioned on it == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void FindByte(std::byte byte); ---- == Parameters [cols="1,4"] |=== | Name| Description | *byte* | Byte value to search for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#