![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include <algorithm>#include <cassert>#include "phsint.hpp"#include <cstring>#include <ostream>#include <stdexcept>#include <string_view>#include <format>Go to the source code of this file.
Classes | |
| class | Phasor::PhsString |
| struct | Phasor::PhsString::SmallBuf |
| struct | std::hash< Phasor::PhsString > |
| struct | std::formatter< Phasor::PhsString > |
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Functions | |
| PhsString | Phasor::operator+ (PhsString lhs, std::string_view rhs) |
| PhsString | Phasor::operator+ (PhsString lhs, char rhs) |
| PhsString | Phasor::operator+ (std::string_view lhs, PhsString rhs) |
| PhsString | Phasor::operator+ (PhsString lhs, const PhsString &rhs) |
Variables | |
| constexpr std::size_t | kSSOCapacity = 23 |
|
inlineconstexpr |
Definition at line 11 of file PhasorString.hpp.