Lines Matching defs:test_forward
81 void test_forward() {
103 template void test_forward<std::forward_list<int> >();
104 template void test_forward<std::list<int> >();
105 template void test_forward<std::map<int, int> >();
106 template void test_forward<std::multimap<int, int> >();
107 template void test_forward<std::multiset<int> >();
108 template void test_forward<std::set<int> >();
110 template void test_forward<std::unordered_map<int, int> >();
111 template void test_forward<std::unordered_multimap<int, int> >();
112 template void test_forward<std::unordered_multiset<int> >();
113 template void test_forward<std::unordered_set<int> >();
127 template void test_forward<std::filesystem::path>();