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

Method end

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

Source from the content-addressed store, hash-verified

352}
353
354auto
355array::
356end() noexcept ->
357 iterator
358{
359 return &(*t_)[t_->size];
360}
361
362auto
363array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected