Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
PhasorString.hpp File Reference
#include <algorithm>
#include <cassert>
#include "phsint.hpp"
#include <cstring>
#include <ostream>
#include <stdexcept>
#include <string_view>
#include <format>
Include dependency graph for PhasorString.hpp:
This graph shows which files directly or indirectly include this file:

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

Variable Documentation

◆ kSSOCapacity

std::size_t kSSOCapacity = 23
inlineconstexpr

Definition at line 11 of file PhasorString.hpp.