|
Yume
|
#include "llvm/ADT/StringSet.h"#include <string>

Go to the source code of this file.
Classes | |
| class | yume::Atom |
Atoms represent strings in a string pool. More... | |
Namespaces | |
| namespace | yume |
Functions | |
| auto | yume::make_atom (std::string_view value) noexcept -> Atom |
Create an Atom with the given string content. More... | |
| auto | yume::operator""_a (const char *value, std::size_t len) noexcept -> Atom |