All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
paal::data_structures::euclidean_metric< T > Member List

This is the complete list of members for paal::data_structures::euclidean_metric< T >, including all inherited members.

operator()(const std::pair< T, T > &p1, const std::pair< T, T > &p2) const -> decltype(std::hypot(p1.first-p2.first, p1.second-p2.second))paal::data_structures::euclidean_metric< T >inline