Public Member Functions | Private Attributes
boost::numpy::detail::nd_template_invoker< Function > Struct Template Reference

#include <invoke_matching.hpp>

List of all members.

Public Member Functions

 nd_template_invoker (int nd, Function func)
template<int N>
void operator() (boost::mpl::integral_c< int, N > *) const

Private Attributes

Function m_func
int m_nd

Detailed Description

template<typename Function>
struct boost::numpy::detail::nd_template_invoker< Function >

Definition at line 83 of file invoke_matching.hpp.


Constructor & Destructor Documentation

template<typename Function>
boost::numpy::detail::nd_template_invoker< Function >::nd_template_invoker ( int  nd,
Function  func 
) [inline]

Definition at line 95 of file invoke_matching.hpp.


Member Function Documentation

template<typename Function>
template<int N>
void boost::numpy::detail::nd_template_invoker< Function >::operator() ( boost::mpl::integral_c< int, N > *  ) const [inline]

Definition at line 86 of file invoke_matching.hpp.


Member Data Documentation

template<typename Function>
Function boost::numpy::detail::nd_template_invoker< Function >::m_func [private]

Definition at line 99 of file invoke_matching.hpp.

template<typename Function>
int boost::numpy::detail::nd_template_invoker< Function >::m_nd [private]

Definition at line 98 of file invoke_matching.hpp.


The documentation for this struct was generated from the following file:


boost_numpy
Author(s): Jim Bosch, Ankit Daftery
autogenerated on Fri Aug 28 2015 10:10:40