FE 0.6.0
A header-only C++ library for writing frontends
|
#include <fe/sym.h>
Classes | |
struct | Equal |
struct | Hash |
Public Member Functions | |
String () noexcept=default | |
String (size_t size) | |
Public Attributes | |
size_t | size |
char | chars [] |
|
defaultnoexcept |
char fe::Sym::String::chars[] |
Definition at line 50 of file sym.h.
Referenced by fe::Sym::String::Equal::operator()(), and fe::Sym::String::Hash::operator()().
size_t fe::Sym::String::size |
Definition at line 49 of file sym.h.
Referenced by fe::Sym::String::Equal::operator()(), and fe::Sym::String::Hash::operator()().