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

Method begin

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

Source from the content-addressed store, hash-verified

4299 @since version 1.0.0
4300 */
4301 iterator begin() noexcept
4302 {
4303 iterator result(this);
4304 result.set_begin();
4305 return result;
4306 }
4307
4308 /*!
4309 @copydoc basic_json::cbegin()

Callers 14

unflattenListFunction · 0.45
addPropertyMethod · 0.45
addListPropertyMethod · 0.45
basic_jsonMethod · 0.45
get_implMethod · 0.45
eraseMethod · 0.45
push_backMethod · 0.45
extra_spaceMethod · 0.45
beginMethod · 0.45
set_beginMethod · 0.45
to_stringMethod · 0.45
get_uncheckedMethod · 0.45

Calls 1

set_beginMethod · 0.45

Tested by

no test coverage detected