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

Method crbegin

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

Source from the content-addressed store, hash-verified

392}
393
394auto
395array::
396crbegin() const noexcept ->
397 const_reverse_iterator
398{
399 return const_reverse_iterator(end());
400}
401
402auto
403array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected