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

Method buffer

include/boost/compute/buffer.hpp:58–61  ·  view source on GitHub ↗

Creates a null buffer object.

Source from the content-addressed store, hash-verified

56public:
57 /// Creates a null buffer object.
58 buffer()
59 : memory_object()
60 {
61 }
62
63 /// Creates a buffer object for \p mem. If \p retain is \c true, the
64 /// reference count for \p mem will be incremented.

Callers

nothing calls this directly

Calls 1

opencl_errorClass · 0.85

Tested by

no test coverage detected