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

Method StringMap

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

Source from the content-addressed store, hash-verified

332 class StringMap {
333 public:
334 StringMap() = default;
335 explicit StringMap(std::unordered_map<std::string, std::string> init)
336 : map(std::move(init)) {}
337

Callers 2

test_map_iteratorFunction · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected