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

Method begin

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

Source from the content-addressed store, hash-verified

58 {
59 typedef typename T::iterator iterator;
60 static iterator begin(T& x) { return x.begin(); }
61 static iterator end(T& x) { return x.end(); }
62 };
63 };

Callers 11

beginMethod · 0.45
get_sliceMethod · 0.45
set_sliceMethod · 0.45
delete_itemMethod · 0.45
delete_sliceMethod · 0.45
containsMethod · 0.45
base_extendMethod · 0.45
first_proxyMethod · 0.45
replaceMethod · 0.45
check_invariantMethod · 0.45
base_set_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected