Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ rend
Method
rend
include/boost/compute/container/array.hpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
reverse_iterator rend()
152
{
153
return reverse_iterator(begin() - 1);
154
}
155
156
const_reverse_iterator rend() const
157
{
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected