MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / begin

Function begin

lesson6-Segmentation/json.hpp:20966–20971  ·  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

20964 @since version 1.0.0
20965 */
20966 iterator begin() noexcept
20967 {
20968 iterator result(this);
20969 result.set_begin();
20970 return result;
20971 }
20972
20973 /*!
20974 @copydoc basic_json::cbegin()

Callers 10

UNetDecoderImplMethod · 0.85
forwardMethod · 0.85
from_jsonFunction · 0.85
constructMethod · 0.85
constructMethod · 0.85
input_adapterFunction · 0.85
calc_bson_array_sizeMethod · 0.85
frontFunction · 0.85
rendFunction · 0.85
emplaceFunction · 0.85

Calls 2

cbeginFunction · 0.85
set_beginMethod · 0.45

Tested by

no test coverage detected