Esempio n. 1
0
 result_list::iterator where(const result_ptr & inserted)
 {
     return std::lower_bound<result_list::iterator,
            result_ptr,
            kneeboard_draw_checker>
            (result.begin(), result.end(), inserted, *this);
 }
bool benchmark_summary::results_for_op_exist(const std::string& opname) const
{
  return results.find(benchmark_result("", opname)) != results.end();
}