File StringView.hpp¶
↰ Parent directory (include/mu/tiny)
Non-owning view over a NUL-terminated character sequence.
Definition (include/mu/tiny/StringView.hpp)¶
Detailed Description¶
StringView stores a pointer and a length without allocating or copying. It is always the custom implementation regardless of Define MUTINY_USE_STD_STRING, keeping the type trivially copyable and free of standard-library dependencies.
Includes¶
mu/tiny/String.hpp(File String.hpp)