Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
struct InlineString
10
{
11
const char* start;
12
const char* end;
13
14
operator bool() const
15
{
16
return start != nullptr;
17
}
18
};
19
20
inline InlineString MakeInlineString( const char* start, const char* end )
21
{
Callers
1
ParserUtils.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected