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

Method function

include/boost/compute/function.hpp:133–136  ·  view source on GitHub ↗

Creates a new function object with \p name.

Source from the content-addressed store, hash-verified

131
132 /// Creates a new function object with \p name.
133 function(const std::string &name)
134 : m_name(name)
135 {
136 }
137
138 /// Destroys the function object.
139 ~function()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected