Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dis_copy_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/external/python/pybind11/include/pybind11/
Dcast.h792 template <typename T, typename SFINAE = void> struct is_copy_constructible : std::is_copy_construct… struct