Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ cbegin
Method
cbegin
include/boost/json/impl/array.hpp:346–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
auto
347
array::
348
cbegin() const noexcept ->
349
const_iterator
350
{
351
return &(*t_)[0];
352
}
353
354
auto
355
array::
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected