File StringView.hpp

Parent directory (include/mu/tiny)

Non-owning view over a NUL-terminated character sequence.

Definition (include/mu/tiny/StringView.hpp)

View source on GitHub

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

Included By

Namespaces

Classes

Functions