Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ pop
Method
pop
include/boost/compute/container/stack.hpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void pop()
70
{
71
m_vector.pop_back();
72
}
73
74
private:
75
container_type m_vector;
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
1
pop_back
Method · 0.80
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64