|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Memory-efficient immutable string with automatic deduplication. More...
#include "Config.h"#include <cstdint>#include <mutex>#include <string>#include <string_view>#include <unordered_set>#include <format>Go to the source code of this file.
Classes | |
| class | acav::InternedString |
| Immutable string with automatic deduplication via global pool. More... | |
| struct | std::formatter< acav::InternedString > |
Memory-efficient immutable string with automatic deduplication.
Definition in file InternedString.h.