MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / StringRef

Function StringRef

Source/ThirdParty/rapidjson/document.h:454–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452*/
453template<typename CharType>
454inline GenericStringRef<CharType> StringRef(const CharType* str) {
455 return GenericStringRef<CharType>(str);
456}
457
458//! Mark a character pointer as constant string
459/*! 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