Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::PhsString::SmallBuf Struct Reference

Public Member Functions

constexpr SmallBuf () noexcept
 SmallBuf (const char *s, std::size_t n) noexcept

Public Attributes

char data [SSO_CAPACITY+1]
u8 len

Detailed Description

Definition at line 244 of file PhasorString.hpp.

Constructor & Destructor Documentation

◆ SmallBuf() [1/2]

Phasor::PhsString::SmallBuf::SmallBuf ( )
inlineconstexprnoexcept

Definition at line 248 of file PhasorString.hpp.

◆ SmallBuf() [2/2]

Phasor::PhsString::SmallBuf::SmallBuf ( const char * s,
std::size_t n )
inlinenoexcept

Definition at line 250 of file PhasorString.hpp.

Member Data Documentation

◆ data

char Phasor::PhsString::SmallBuf::data[SSO_CAPACITY+1]

Definition at line 245 of file PhasorString.hpp.

◆ len

u8 Phasor::PhsString::SmallBuf::len

Definition at line 246 of file PhasorString.hpp.


The documentation for this struct was generated from the following file: