initial commit, let's just do this instead of studying. also hail Bjarne
This commit is contained in:
9
Function.hpp
Normal file
9
Function.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
template <typename Fun>
|
||||
class Function;
|
||||
|
||||
|
||||
template <typename Ret, typename... Args>
|
||||
class function
|
||||
{
|
||||
// TODO: everything :'D
|
||||
};
|
Reference in New Issue
Block a user