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

Method buffer_value

include/boost/compute/detail/buffer_value.hpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 typedef T value_type;
28
29 buffer_value()
30 {
31 }
32
33 buffer_value(const value_type &value)
34 : m_value(value)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected