summaryrefslogtreecommitdiffhomepage
path: root/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utils.h')
-rw-r--r--Utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Utils.h b/Utils.h
new file mode 100644
index 0000000..b582540
--- /dev/null
+++ b/Utils.h
@@ -0,0 +1,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"