MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / end

Function end

native/thirdpart/json/json.hpp:18745–18750  ·  view source on GitHub ↗

! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.svg "Illustration from cppreference.com" @return iterator one past the last element @complexity Constant. @requirement This function helps `basic_json` satisfying the [Container](https://en.cppreference.com/w/cpp/named_req/Containe

Source from the content-addressed store, hash-verified

18743 @since version 1.0.0
18744 */
18745 iterator end() noexcept
18746 {
18747 iterator result(this);
18748 result.set_end();
18749 return result;
18750 }
18751
18752 /*!
18753 @copydoc basic_json::cend()

Callers 14

from_json_array_implFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
input_adapterMethod · 0.70
calc_bson_array_sizeMethod · 0.70
valueFunction · 0.70
backFunction · 0.70
eraseFunction · 0.70
findFunction · 0.70
rbeginFunction · 0.70
rbeginMethod · 0.50
cendMethod · 0.50

Calls 2

cendFunction · 0.70
set_endMethod · 0.45

Tested by

no test coverage detected