MCPcopy Create free account
hub / github.com/Tencent/rapidjson / GenericStringRef

Method GenericStringRef

include/rapidjson/document.h:278–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276#endif
277 template<SizeType N>
278 GenericStringRef(const CharType (&str)[N]) RAPIDJSON_NOEXCEPT
279 : s(str), length(N-1) {}
280
281 //! Explicitly create string reference from \c const character pointer
282#ifndef __clang__ // -Wdocumentation

Callers

nothing calls this directly

Calls 1

StrLenFunction · 0.50

Tested by

no test coverage detected