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

Method rend

include/boost/json/string.hpp:938–942  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

936 @{
937 */
938 reverse_iterator
939 rend() noexcept
940 {
941 return reverse_iterator(begin());
942 }
943
944 const_reverse_iterator
945 rend() const noexcept

Callers 3

testIteratorsMethod · 0.80
testIteratorsMethod · 0.80
testIteratorsMethod · 0.80

Calls 1

reverse_iteratorClass · 0.85

Tested by

no test coverage detected