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

Method cend

include/boost/json/string.hpp:876–880  ·  view source on GitHub ↗

Return a const iterator past the last element. The returned iterator only acts as a sentinel. Dereferencing it results in undefined behavior. @par Complexity Constant. @par Exception Safety No-throw guarantee. */

Source from the content-addressed store, hash-verified

874 No-throw guarantee.
875 */
876 const_iterator
877 cend() const noexcept
878 {
879 return impl_.end();
880 }
881
882 /** Return a reverse iterator to the first character of the reversed container.
883

Callers 3

testIteratorsMethod · 0.80
testIteratorsMethod · 0.80
testIteratorsMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected