Home
last modified time | relevance | path

Searched defs:array_template_invoker_wrapper_1 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/numpy/
Dinvoke_matching.hpp156 struct array_template_invoker_wrapper_1 struct
159 …nst { invoke_matching_nd<DimSequence>(m_nd, array_template_invoker_wrapper_2<T,Function>(m_func));} in apply()
160 array_template_invoker_wrapper_1(int nd, Function & func) : m_nd(nd), m_func(func) {} in array_template_invoker_wrapper_1() function
163 int m_nd;
164 Function & m_func;
168 struct array_template_invoker_wrapper_1< DimSequence, boost::reference_wrapper<Function> > struct
171 array_template_invoker_wrapper_1(int nd, Function & func) in array_template_invoker_wrapper_1() argument