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:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
reverse_iterator rend()
167
{
168
return reverse_iterator(begin() - 1);
169
}
170
171
const_reverse_iterator rend() const
172
{
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected