1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add C++17 invoke function

This commit is contained in:
bolero-MURAKAMI 2017-10-11 17:18:48 +09:00
parent 64e1994734
commit eec9c86920
4 changed files with 50 additions and 7 deletions

View file

@ -12,6 +12,7 @@
#include <sprout/functional/base.hpp>
#include <sprout/functional/functor.hpp>
#include <sprout/functional/adaptor.hpp>
#include <sprout/functional/invoke.hpp>
#include <sprout/functional/ref.hpp>
#include <sprout/functional/mem_fn.hpp>
#include <sprout/functional/bind.hpp>