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

Method Set

rapidjson/pointer.h:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635 template <typename T>
636 RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T>, internal::IsGenericValue<T> >), (ValueType&))
637 Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const {
638 return Create(root, allocator) = ValueType(value).Move();
639 }
640
641 //! Set a value in a document, with move semantics.
642 template <typename stackAllocator>

Callers 3

SetParseErrorMethod · 0.45
pointer.hFile · 0.45
SetValueByPointerFunction · 0.45

Calls 1

ValueTypeEnum · 0.85

Tested by

no test coverage detected