MCPcopy Create free account
hub / github.com/boostorg/compute / top

Method top

include/boost/compute/container/stack.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 value_type top() const
60 {
61 return m_vector.back();
62 }
63
64 void push(const T &value)
65 {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

backMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64