MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / end

Method end

extern/json/json.hpp:4372–4377  ·  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](http://en.cppreference.com/w/cpp/concept/Container)

Source from the content-addressed store, hash-verified

4370 @since version 1.0.0
4371 */
4372 iterator end() noexcept
4373 {
4374 iterator result(this);
4375 result.set_end();
4376 return result;
4377 }
4378
4379 /*!
4380 @copydoc basic_json::cend()

Callers 14

addPropertyMethod · 0.45
addListPropertyMethod · 0.45
basic_jsonMethod · 0.45
get_implMethod · 0.45
operator[]Method · 0.45
extra_spaceMethod · 0.45
endMethod · 0.45
set_endMethod · 0.45
operator*Method · 0.45
operator->Method · 0.45
to_stringMethod · 0.45
get_uncheckedMethod · 0.45

Calls 1

set_endMethod · 0.45

Tested by

no test coverage detected