aboutsummaryrefslogtreecommitdiff
path: root/src/DI/function_wrapper.tpp
blob: 4e0995733235cd91ef876e5cf0f2a5fa6b5705f0 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "function_wrapper.hpp"

template <class Interface>
Interface FunctionWrapper<Interface>::get() const
{
	return _func;
}