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.hpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/DI/function_wrapper.hpp (limited to 'src/DI/function_wrapper.hpp') diff --git a/src/DI/function_wrapper.hpp b/src/DI/function_wrapper.hpp deleted file mode 100644 index b8d0cab..0000000 --- a/src/DI/function_wrapper.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#include "DI/container.hpp" -#include "DI/interfaces/wrapper.hpp" - -#include - -template -class FunctionWrapper : public IWrapper -{ -public: - explicit FunctionWrapper(Interface func) noexcept; - - [[nodiscard]] auto get() const noexcept -> Interface override; - -private: - const Interface _func; -}; - -#include "function_wrapper.tpp" -- cgit v1.2.3-18-g5258