MCPcopy Create free account
hub / github.com/boostorg/compute / T (max)

Method T (max)

include/boost/compute/container/valarray.hpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 T (max)() const
229 {
230 return *(boost::compute::max_element(begin(), end()));
231 }
232
233 T sum() const
234 {

Callers

nothing calls this directly

Calls 1

max_elementFunction · 0.85

Tested by

no test coverage detected