Searched defs:array_template_invoker_wrapper_1 (Results 1 – 1 of 1) sorted by relevance
156 struct array_template_invoker_wrapper_1 struct159 …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() function163 int m_nd;164 Function & m_func;168 struct array_template_invoker_wrapper_1< DimSequence, boost::reference_wrapper<Function> > struct171 array_template_invoker_wrapper_1(int nd, Function & func) in array_template_invoker_wrapper_1() argument