Searched refs:test_insert_overloads (Results 1 – 1 of 1) sorted by relevance
203 void test_insert_overloads(Container& table_to_insert, const typename Container::value_type& value,… in test_insert_overloads() function240 test_insert_overloads(table, value); // test insert in test_insert()241 test_insert_overloads(table_backup, value, table_backup.begin()); // test insert with the hint in test_insert()