MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / End

Function End

Source/ThirdParty/rapidjson/document.h:1680–1680  ·  view source on GitHub ↗

\em Past-the-end element iterator ! \pre IsArray() == true */

Source from the content-addressed store, hash-verified

1678 //! \em Past-the-end element iterator
1679 /*! \pre IsArray() == true */
1680 ValueIterator End() { RAPIDJSON_ASSERT(IsArray()); return GetElementsPointer() + data_.a.size; }
1681 //! Constant element iterator
1682 /*! \pre IsArray() == true */
1683 ConstValueIterator Begin() const { return const_cast<GenericValue&>(*this).Begin(); }

Callers 2

EraseFunction · 0.70
AcceptFunction · 0.70

Calls 3

GetElementsPointerFunction · 0.85
IsArrayFunction · 0.70
EndMethod · 0.45

Tested by

no test coverage detected