#pragma once #include "function_wrapper.hpp" template Interface FunctionWrapper::get() const { return _func; }