Searched defs:vector_if_copy_constructible (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h63 template <typename, typename, typename... Args> void vector_if_copy_constructible(const Args &...) { } function
69 void vector_if_copy_constructible(enable_if_t<is_copy_constructible<Vector>::value, Class_> &cl) { function

Completed in 4 milliseconds