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

Method GenericStringRef

include/rapidjson/document.h:286–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 */
285 template<SizeType N>
286 GenericStringRef(const CharType (&str)[N]) RAPIDJSON_NOEXCEPT
287 : s(str), length(N-1) {}
288
289 //! Explicitly create string reference from \c const character pointer
290 /*!

Callers

nothing calls this directly

Calls 1

StrLenFunction · 0.85

Tested by

no test coverage detected