From 40d02748924aa7c48b04cf948204d8dacdfbbc74 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 30 Apr 2022 16:28:13 +0200 Subject: refactor: replace DI files with the yacppdic library --- src/DI/function_wrapper.tpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/DI/function_wrapper.tpp (limited to 'src/DI/function_wrapper.tpp') diff --git a/src/DI/function_wrapper.tpp b/src/DI/function_wrapper.tpp deleted file mode 100644 index c7afc3d..0000000 --- a/src/DI/function_wrapper.tpp +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include - -#include "function_wrapper.hpp" - -template -FunctionWrapper::FunctionWrapper(Interface func) noexcept - : _func(std::move(func)) -{ -} - -template -auto FunctionWrapper::get() const noexcept -> Interface -{ - return _func; -} -- cgit v1.2.3-18-g5258