#include "indexing_suite_detail.hpp"
|
template<class Index > |
bool | operator() (PyObject *prox, Index i) const |
|
template<class Proxy>
struct boost::python::detail::compare_proxy_index< Proxy >
Definition at line 28 of file indexing_suite_detail.hpp.
template<class Proxy >
template<class Index >
Definition at line 35 of file indexing_suite_detail.hpp.
37 typedef typename Proxy::policies_type policies_type;
38 Proxy&
proxy = extract<Proxy&>(prox)();
39 return policies_type::
40 compare_index(proxy.get_container(), proxy.get_index(), i);
Encloses LArSoft data product proxy objects and utilities.See this doxygen module for an introduction...
The documentation for this struct was generated from the following file: