Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ rbegin
Method
rbegin
include/boost/json/impl/array.hpp:378–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
auto
379
array::
380
rbegin() noexcept ->
381
reverse_iterator
382
{
383
return reverse_iterator(end());
384
}
385
386
auto
387
array::
Callers
nothing calls this directly
Calls
1
reverse_iterator
Class · 0.85
Tested by
no test coverage detected