MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / iterator

Class iterator

include/win/boost/python/iterator.hpp:124–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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