ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
InternedString.h File Reference

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>
Include dependency graph for InternedString.h:
This graph shows which files directly or indirectly include this file:

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 >

Detailed Description

Memory-efficient immutable string with automatic deduplication.

Definition in file InternedString.h.