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

Function EraseValueByPointer

rapidjson/pointer.h:1337–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335
1336template <typename T>
1337bool EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) {
1338 return pointer.Erase(root);
1339}
1340
1341template <typename T, typename CharType, size_t N>
1342bool EraseValueByPointer(T& root, const CharType(&source)[N]) {

Callers

nothing calls this directly

Calls 1

EraseMethod · 0.45

Tested by

no test coverage detected