| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected