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

Method front

include/boost/compute/container/vector.hpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 reference front()
472 {
473 return *begin();
474 }
475
476 const_reference front() const
477 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected