MCPcopy Create free account
hub / github.com/pybind/pybind11 / begin

Method begin

tests/test_sequences_and_iterators.cpp:346–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345 public:
346 decltype(map.cbegin()) begin() const { return map.cbegin(); }
347 decltype(map.cend()) end() const { return map.cend(); }
348 };
349 py::class_<StringMap>(m, "StringMap")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected