Searched refs:is_istreamable (Results 1 – 1 of 1) sorted by relevance
83 struct is_istreamable : decltype(impl::is_istreamable_imp<Stream, Tp>(0)) {}; struct88 static_assert(!is_istreamable<decltype(std::cin), std::wstring>::value, ""); in test_LWG2989()89 static_assert(!is_istreamable<decltype(std::wcin), std::string>::value, ""); in test_LWG2989()