Searched refs:test_typedef (Results 1 – 3 of 3) sorted by relevance
14 template <class> void test_typedef() {} in test_typedef() function22 test_typedef<std::ios>(); in main()23 test_typedef<std::wios>(); in main()24 test_typedef<std::istream>(); in main()25 test_typedef<std::ostream>(); in main()26 test_typedef<std::iostream>(); in main()
30 auto test_typedef(int) -> typename LG::mutex_type;33 auto test_typedef(...) -> NAT;37 return !std::is_same<decltype(test_typedef<LG>(0)), NAT>::value; in has_mutex_type()
124 template <class> void test_typedef() {} in test_typedef() function129 test_typedef<typename Container::insert_return_type>(); in test_insert_return_type()