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

Function vector_if_insertion_operator

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

Source from the content-addressed store, hash-verified

81void vector_if_equal_operator(const Args &...) {}
82template <typename, typename, typename... Args>
83void vector_if_insertion_operator(const Args &...) {}
84template <typename, typename, typename... Args>
85void vector_modifiers(const Args &...) {}
86

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected