Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ crbegin
Method
crbegin
include/boost/compute/container/vector.hpp:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
const_reverse_iterator crbegin() const
341
{
342
return rbegin();
343
}
344
345
reverse_iterator rend()
346
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected