MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / begin

Method begin

extern/pybind/include/pybind11/pytypes.h:2535–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2533PYBIND11_NAMESPACE_BEGIN(detail)
2534template <typename D>
2535iterator object_api<D>::begin() const {
2536 return iter(derived());
2537}
2538template <typename D>
2539iterator object_api<D>::end() const {
2540 return iterator::sentinel();

Callers 15

loadMethod · 0.45
all_type_info_get_cacheFunction · 0.45
vector_if_equal_operatorFunction · 0.45
vector_modifiersFunction · 0.45
vector_accessorFunction · 0.45
bind_vectorFunction · 0.45
iterMethod · 0.45
iterMethod · 0.45
iterMethod · 0.45
bind_mapFunction · 0.45
sizeMethod · 0.45
strip_paddingMethod · 0.45

Calls 1

iterFunction · 0.85

Tested by

no test coverage detected