mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-18 22:37:01 +00:00
These functions allow to construct a string view from an input buffer, avoiding the copy done by the non string view counterparts. However, callers must be cognizant of the viewed buffer's lifetime to avoid a use-after-free. |
||
|---|---|---|
| .. | ||
| file.cpp | ||
| file.h | ||
| fs.cpp | ||
| fs.h | ||
| fs_paths.h | ||
| fs_types.h | ||
| fs_util.cpp | ||
| fs_util.h | ||
| path_util.cpp | ||
| path_util.h | ||