function/Function.hpp

9 lines
131 B
C++
Raw Normal View History

template <typename Fun>
class Function;
template <typename Ret, typename... Args>
class function
{
// TODO: everything :'D
};