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

Method back

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

Source from the content-addressed store, hash-verified

479 }
480
481 reference back()
482 {
483 return *(end() - static_cast<difference_type>(1));
484 }
485
486 const_reference back() const
487 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected