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

Function map_assignment

include/pybind11/stl_bind.h:582–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580void map_if_insertion_operator(const Args &...) {}
581template <typename, typename, typename... Args>
582void map_assignment(const Args &...) {}
583
584// Map assignment when copy-assignable: just copy the value
585template <typename Map, typename Class_>

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected