Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_iterator
Function · 0.80
test_generated_dunder_methods_pos_only
Function · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected