From a1afab28506cbb52da8229b84a146fbf30c4a4ce Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 12 Aug 2025 17:32:39 +0200 Subject: End of day, building util funcs --- c++/util.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 c++/util.hpp (limited to 'c++/util.hpp') diff --git a/c++/util.hpp b/c++/util.hpp new file mode 100644 index 0000000..a215cc1 --- /dev/null +++ b/c++/util.hpp @@ -0,0 +1,13 @@ +#pragma once + +namespace kel { +namespace lbm { +template +struct is_neighbour { + template + static bool operator()(saw::data& latt, saw::data& index, saw::data range) { + using dfi = df_info; + } +}; +} +} -- cgit v1.2.3