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

Method crend

include/boost/json/string.hpp:964–968  ·  view source on GitHub ↗

Return a const reverse iterator to the character following the last character of the reversed container. The pointed-to character corresponds to the character preceding the first character of the non-reversed container. The returned iterator only acts as a sentinel. Dereferencing it results in undefined behavior. @par Complexity Constant.

Source from the content-addressed store, hash-verified

962 No-throw guarantee.
963 */
964 const_reverse_iterator
965 crend() const noexcept
966 {
967 return const_reverse_iterator(begin());
968 }
969
970 //------------------------------------------------------
971 //

Callers 3

testIteratorsMethod · 0.80
testIteratorsMethod · 0.80
testIteratorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected