Yume
Classes | Namespaces | Functions
atom.hpp File Reference
#include "llvm/ADT/StringSet.h"
#include <string>
Include dependency graph for atom.hpp:
This graph shows which files directly or indirectly include this file:

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