Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ pop_back
Method
pop_back
include/boost/compute/container/vector.hpp:609–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
void pop_back(command_queue &queue)
610
{
611
resize(size() - 1, queue);
612
}
613
614
void pop_back()
615
{
Callers
1
pop
Method · 0.80
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected