Lines Matching refs:test_forward
85 void test_forward() { in test_forward() function
107 template void test_forward<std::forward_list<int> >();
108 template void test_forward<std::list<int> >();
109 template void test_forward<std::map<int, int> >();
110 template void test_forward<std::multimap<int, int> >();
111 template void test_forward<std::multiset<int> >();
112 template void test_forward<std::set<int> >();
114 template void test_forward<std::unordered_map<int, int> >();
115 template void test_forward<std::unordered_multimap<int, int> >();
116 template void test_forward<std::unordered_multiset<int> >();
117 template void test_forward<std::unordered_set<int> >();
129 template void test_forward<fs::path>();