MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / StringRef

Function StringRef

Engine/source/persistence/rapidjson/document.h:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362*/
363template<typename CharType>
364inline GenericStringRef<CharType> StringRef(const CharType* str) {
365 return GenericStringRef<CharType>(str);
366}
367
368//! Mark a character pointer as constant string
369/*! Mark a plain character pointer as a "string literal". This function

Callers 7

GenericValueFunction · 0.70
operator==Function · 0.70
document.hFile · 0.70
FindMemberFunction · 0.70
RemoveMemberFunction · 0.70
EraseMemberFunction · 0.70
EraseMemberMethod · 0.70

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected