Searched defs:IsValidCast (Results 1 – 2 of 2) sorted by relevance
64 struct IsValidCast { struct65 … static constexpr bool value = std::is_reference<T>::value || std::is_copy_constructible<T>::value;
93 struct IsValidCast { struct94 … static constexpr bool value = std::is_reference<T>::value || std::is_copy_constructible<T>::value;