MCPcopy Create free account
hub / github.com/boostorg/json / cbegin

Method cbegin

include/boost/json/string.hpp:833–837  ·  view source on GitHub ↗

Return a const iterator to the first element. If the container is empty, @ref cend() is returned. @par Complexity Constant. @par Exception Safety No-throw guarantee. */

Source from the content-addressed store, hash-verified

831 No-throw guarantee.
832 */
833 const_iterator
834 cbegin() const noexcept
835 {
836 return impl_.data();
837 }
838
839 /** Return an iterator to the end.
840

Callers 3

testIteratorsMethod · 0.80
testIteratorsMethod · 0.80
testIteratorsMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected