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

Method front

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

Source from the content-addressed store, hash-verified

127 }
128
129 reference front()
130 {
131 return m_data.front();
132 }
133
134 const_reference front() const
135 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected