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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h771 template <typename T, typename SFINAE = void> struct is_copy_constructible : std::is_copy_constructible<T> {}; struct in inherits:std::is_copy_constructible
776 template <typename Container> struct is_copy_constructible<Container, enable_if_t<all_of< struct in inherits:is_copy_constructible
786 template <typename T1, typename T2> struct is_copy_constructible<std::pair<T1, T2>> struct in inherits:all_of
[all...]

Completed in 9 milliseconds