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

Method bound_function

include/boost/compute/functional/bind.hpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 typedef int result_type;
167
168 bound_function(Function f, BoundArgs args)
169 : m_function(f),
170 m_args(args)
171 {
172 }
173
174 template<class Arg1>
175 detail::invoked_bound_function<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected