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

Method rend

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

Source from the content-addressed store, hash-verified

400}
401
402auto
403array::
404rend() noexcept ->
405 reverse_iterator
406{
407 return reverse_iterator(begin());
408}
409
410auto
411array::

Callers

nothing calls this directly

Calls 1

reverse_iteratorClass · 0.85

Tested by

no test coverage detected