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

Function begin

native/thirdpart/json/json.hpp:18674–18679  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

18672 @since version 1.0.0
18673 */
18674 iterator begin() noexcept
18675 {
18676 iterator result(this);
18677 result.set_begin();
18678 return result;
18679 }
18680
18681 /*!
18682 @copydoc basic_json::cbegin()

Callers 13

from_jsonFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
input_adapterMethod · 0.70
input_adapterClass · 0.70
calc_bson_array_sizeMethod · 0.70
frontFunction · 0.70
rendFunction · 0.70
emplaceFunction · 0.70
rendMethod · 0.50
cbeginMethod · 0.50
rendMethod · 0.50

Calls 2

cbeginFunction · 0.70
set_beginMethod · 0.45

Tested by

no test coverage detected