MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GenericStringRef

Method GenericStringRef

rapidjson/document.h:291–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289#endif
290 template<SizeType N>
291 GenericStringRef(const CharType (&str)[N]) RAPIDJSON_NOEXCEPT
292 : s(str), length(N-1) {}
293
294 //! Explicitly create string reference from \c const character pointer
295#ifndef __clang__ // -Wdocumentation

Callers

nothing calls this directly

Calls 1

StrLenFunction · 0.85

Tested by

no test coverage detected