MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / end

Function end

Source/Utils/json.hpp:21036–21041  ·  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.

Source from the content-addressed store, hash-verified

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

Callers 14

from_json_array_implFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
input_adapterFunction · 0.70
calc_bson_array_sizeMethod · 0.70
findMethod · 0.70
valueFunction · 0.70
backFunction · 0.70
eraseFunction · 0.70
findFunction · 0.70
rbeginFunction · 0.70
sGameRecordedMethod · 0.50

Calls 2

cendFunction · 0.85
set_endMethod · 0.45

Tested by

no test coverage detected