1#include "StringViewCharPtr.h"
7 if (data.length() == 0) {
10 else if (data[data.length()] ==
'\0') {
14 copy = data.to_string();
StringViewCharPtr(const char *data)=delete
Construct from constant C-string. Always null terminated.
Provides a weakly referenced view over the contents of a string.
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....