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

Function vector_if_copy_constructible

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

Source from the content-addressed store, hash-verified

77/* Fallback functions */
78template <typename, typename, typename... Args>
79void vector_if_copy_constructible(const Args &...) {}
80template <typename, typename, typename... Args>
81void vector_if_equal_operator(const Args &...) {}
82template <typename, typename, typename... Args>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected