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

Method back

include/boost/compute/container/basic_string.hpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 reference back()
140 {
141 return m_data.back();
142 }
143
144 const_reference back() const
145 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected