#include <iostream>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | PJ::StringRef::noSSO |
struct | PJ::StringRef::SSO |
class | PJ::StringRef |
Super simple, unmutable, string_view with small string optimization. If the string is 15 bytes or less, it is copied, otherwise, StringRef store a not-owning reference. More... | |
Namespaces | |
PJ | |