Go to the source code of this file.
Namespaces | |
| namespace | base |
Functions | |
| std::ostream & | base::operator<< (std::ostream &out, const SimpleToken &token) |
| std::optional< base::SimpleToken > | base::ValueToSimpleToken (std::string str) |
| std::string | base::SimpleTokenToValue (const SimpleToken &token) |
| size_t | base::SimpleTokenHash (const SimpleToken &SimpleToken) |
Variables | |
| constexpr size_t | base::kRandomTokenLength = 10 |