MCPcopy Create free account
hub / github.com/USCiLab/cereal / StringRef

Function StringRef

include/cereal/external/rapidjson/document.h:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369*/
370template<typename CharType>
371inline GenericStringRef<CharType> StringRef(const CharType* str) {
372 return GenericStringRef<CharType>(str);
373}
374
375//! Mark a character pointer as constant string
376/*! 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.80
sizeMethod · 0.45

Tested by

no test coverage detected