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

Function end

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

21035 @since version 1.0.0
21036 */
21037 iterator end() noexcept
21038 {
21039 iterator result(this);
21040 result.set_end();
21041 return result;
21042 }
21043
21044 /*!
21045 @copydoc basic_json::cend()

Callers 13

UNetDecoderImplMethod · 0.85
forwardMethod · 0.85
from_json_array_implFunction · 0.85
constructMethod · 0.85
constructMethod · 0.85
input_adapterFunction · 0.85
calc_bson_array_sizeMethod · 0.85
findMethod · 0.85
valueFunction · 0.85
backFunction · 0.85
eraseFunction · 0.85
findFunction · 0.85

Calls 2

cendFunction · 0.85
set_endMethod · 0.45

Tested by

no test coverage detected