MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / StringRef

Function StringRef

Source/3rdParty/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.85
operator==Function · 0.85
document.hFile · 0.85
FindMemberFunction · 0.85
RemoveMemberFunction · 0.85
EraseMemberFunction · 0.85
EraseMemberMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected