Searched refs:curr_comp_dist (Results 1 – 1 of 1) sorted by relevance
32 inline void store(Value const& val, distance_type const& curr_comp_dist) in store() argument36 m_neighbors.push_back(std::make_pair(curr_comp_dist, val)); in store()43 if ( curr_comp_dist < m_neighbors.front().first ) in store()46 m_neighbors.back().first = curr_comp_dist; in store()