|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <symbol-table.hh>
Public Member Functions | |
| operator bool () const | |
| bool | operator< (const Symbol other) const |
| bool | operator== (const Symbol other) const |
| bool | operator!= (const Symbol other) const |
Friends | |
| class | SymbolTable |
Symbols have the property that they can be compared efficiently (using an equality test), because the symbol table stores only one copy of each string.