mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add ptr_fun, mem_fun, mem_fun_ref
This commit is contained in:
parent
4a8e938887
commit
f86d17d0d4
46 changed files with 322 additions and 76 deletions
9
sprout/functional/adaptor.hpp
Normal file
9
sprout/functional/adaptor.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SPROUT_FUNCTIONAL_ADAPTOR_HPP
|
||||
#define SPROUT_FUNCTIONAL_ADAPTOR_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/functional/ptr_fun.hpp>
|
||||
#include <sprout/functional/mem_fun.hpp>
|
||||
#include <sprout/functional/mem_fun_ref.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_FUNCTIONAL_ADAPTOR_HPP
|
Loading…
Add table
Add a link
Reference in a new issue