MCPcopy Create free account
hub / github.com/pybind/pybind11 / vectorize_helper

Method vectorize_helper

include/pybind11/numpy.h:2147–2147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2145 typename = detail::enable_if_t<
2146 !std::is_same<vectorize_helper, typename std::decay<T>::type>::value>>
2147 explicit vectorize_helper(T &&f) : f(std::forward<T>(f)) {}
2148
2149 object operator()(typename vectorize_arg<Args>::type... args) {
2150 return run(args...,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected