MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / bind

Function bind

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

Source from the content-addressed store, hash-verified

220/// \endcode
221template<class F, class... Args>
222inline detail::bound_function<F, boost::tuple<Args...> >
223bind(F f, Args... args)
224{
225 typedef typename boost::tuple<Args...> ArgsTuple;
226
227 return detail::bound_function<F, ArgsTuple>(f, boost::make_tuple(args...));
228}
229#else
230template<class F, class A1>
231inline detail::bound_function<F, boost::tuple<A1> >

Callers 11

BindMethod · 0.85
InitMethod · 0.85
BindMethod · 0.85
InitMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
CHECK_RANGE_EQUALFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
is_sortedFunction · 0.85
nth_elementFunction · 0.85

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
CHECK_RANGE_EQUALFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68