MCPcopy Create free account
hub / github.com/carbonengine/trinity / InlineString

Class InlineString

shadercompiler/InlineString.h:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <ostream>
8
9struct InlineString
10{
11 const char* start;
12 const char* end;
13
14 operator bool() const
15 {
16 return start != nullptr;
17 }
18};
19
20inline InlineString MakeInlineString( const char* start, const char* end )
21{

Callers 1

ParserUtils.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected