MCPcopy 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
74private:
75 container_type m_vector;

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

pop_backMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64