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

Method define

include/boost/compute/function.hpp:162–165  ·  view source on GitHub ↗

\internal_

Source from the content-addressed store, hash-verified

160
161 /// \internal_
162 void define(std::string name, std::string value = std::string())
163 {
164 m_definitions[name] = value;
165 }
166
167 /// \internal_
168 detail::invoked_function<result_type, boost::tuple<> >

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected