13 #ifndef PPL_distances_types_hh
14 #define PPL_distances_types_hh 1
18 template <
typename Temp>
19 struct Rectilinear_Distance_Specialization;
21 template <
typename Temp>
22 struct Euclidean_Distance_Specialization;
24 template <
typename Temp>
25 struct L_Infinity_Distance_Specialization;
29 #endif // !defined(PPL_distances_types_hh)
The entire library is confined to this namespace.