MCPcopy Create free account
hub / github.com/cinience/RedisStudio / StringRef

Function StringRef

include/rapidjson/document.h:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346*/
347template<typename CharType>
348inline GenericStringRef<CharType> StringRef(const CharType* str) {
349 return GenericStringRef<CharType>(str, internal::StrLen(str));
350}
351
352//! Mark a character pointer as constant string
353/*! Mark a plain character pointer as a "string literal". This function

Callers 6

GenericValueFunction · 0.85
operator==Function · 0.85
document.hFile · 0.85
FindMemberFunction · 0.85
RemoveMemberFunction · 0.85
GenericValueMethod · 0.85

Calls 3

StrLenFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected