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

Function vector_modifiers

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

Source from the content-addressed store, hash-verified

83void vector_if_insertion_operator(const Args &...) {}
84template <typename, typename, typename... Args>
85void vector_modifiers(const Args &...) {}
86
87template <typename Vector, typename Class_>
88void vector_if_copy_constructible(enable_if_t<is_copy_constructible<Vector>::value, Class_> &cl) {

Callers

nothing calls this directly

Calls 14

initFunction · 0.85
len_hintFunction · 0.85
moveFunction · 0.85
releaseMethod · 0.80
insertMethod · 0.80
computeMethod · 0.80
argClass · 0.70
push_backMethod · 0.45
reserveMethod · 0.45
clearMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected