Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
auto
371
array::
372
cend() const noexcept ->
373
const_iterator
374
{
375
return &(*t_)[t_->size];
376
}
377
378
auto
379
array::
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected