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

Method cend

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

Source from the content-addressed store, hash-verified

368}
369
370auto
371array::
372cend() const noexcept ->
373 const_iterator
374{
375 return &(*t_)[t_->size];
376}
377
378auto
379array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected