From 6119f1428b3615e4738a121c6acf343942107fd9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 5 Mar 2022 13:26:55 +0100 Subject: refactor: move input config to own file & improve cleanup --- src/util/function.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/util/function.hpp (limited to 'src/util/function.hpp') diff --git a/src/util/function.hpp b/src/util/function.hpp new file mode 100644 index 0000000..13f5356 --- /dev/null +++ b/src/util/function.hpp @@ -0,0 +1,11 @@ +#pragma once + +template +struct Signature +{ +}; + +template +constexpr auto normalize_lambda(Function &&func) noexcept; + +#include "function.tpp" -- cgit v1.2.3-18-g5258