An immutable, static byte buffer. More...
#include <StaticString.h>
Classes | |
struct | Hash |
A hash function object for StaticString. More... |
An immutable, static byte buffer.
This class will never copy data: it just holds a pointer to the data. So a StaticString will become unusable once the data it refers to has been freed.
StaticString will never modify the data.