mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add bind, mem_fn, ref, and others.
This commit is contained in:
parent
30dbbc44fc
commit
aa4fc785b0
29 changed files with 1564 additions and 18 deletions
|
@ -2,9 +2,11 @@
|
|||
#define SPROUT_FUNCTIONAL_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/functional/arithmetic.hpp>
|
||||
#include <sprout/functional/comparison.hpp>
|
||||
#include <sprout/functional/bind1st.hpp>
|
||||
#include <sprout/functional/bind2nd.hpp>
|
||||
#include <sprout/functional/base.hpp>
|
||||
#include <sprout/functional/functor.hpp>
|
||||
#include <sprout/functional/ref.hpp>
|
||||
#include <sprout/functional/mem_fn.hpp>
|
||||
#include <sprout/functional/bind.hpp>
|
||||
#include <sprout/functional/hash.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_FUNCTIONAL_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue