summaryrefslogtreecommitdiffhomepage
path: root/Utils.h
blob: b582540aee46787b3a242325921acd7328aa7892 (plain)
1
2
3
4
5
6
7
8
#pragma once


template <typename V, typename T=decltype(V::x)> T dist2(const V& lhs, const V& rhs);
template <typename V, typename T=decltype(V::x)> T dist3(const V& lhs, const V& rhs);


#include "Utils-inl.h"