Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::SpanString Struct Reference

An writable view over an ASCII string (to avoid including Strings library) More...

#include <Span.h>

Public Member Functions

template<size_t N>
constexpr SpanString (char(&buffer)[N])
 
 operator SpanStringView () const
 

Public Attributes

SC::Span< char > text
 

Detailed Description

An writable view over an ASCII string (to avoid including Strings library)


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