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

Method rbegin

include/boost/json/impl/array.hpp:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378auto
379array::
380rbegin() noexcept ->
381 reverse_iterator
382{
383 return reverse_iterator(end());
384}
385
386auto
387array::

Callers

nothing calls this directly

Calls 1

reverse_iteratorClass · 0.85

Tested by

no test coverage detected