A naive implementation of std::function (or something similar).
Go to file
Kjistóf a57f5d81ca now Function throws on call if decltype(_fun.get()) is std::nullptr_t. 2016-11-27 14:26:31 +01:00
.gitignore initial commit, let's just do this instead of studying. also hail Bjarne 2016-11-27 13:57:54 +01:00
CMakeLists.txt initial commit, let's just do this instead of studying. also hail Bjarne 2016-11-27 13:57:54 +01:00
Function.hpp now Function throws on call if decltype(_fun.get()) is std::nullptr_t. 2016-11-27 14:26:31 +01:00
main.cpp initial commit, let's just do this instead of studying. also hail Bjarne 2016-11-27 13:57:54 +01:00