MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / iterator

Class iterator

edrav2/eprj/boost/boost/python/iterator.hpp:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120template <class Container
121 , class NextPolicies = objects::default_iterator_call_policies>
122struct iterator : object
123{
124 iterator()
125 : object(
126 python::range<NextPolicies>(
127 &iterators<Container>::begin, &iterators<Container>::end
128 ))
129 {
130 }
131};
132
133}} // namespace boost::python
134

Callers 15

beginMethod · 0.50
projectFunction · 0.50
beginFunction · 0.50
endFunction · 0.50
rbeginFunction · 0.50
rendFunction · 0.50
beginMethod · 0.50
endMethod · 0.50
beginMethod · 0.50
endMethod · 0.50
findMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected