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
12
sprout/functional/functor.hpp
Normal file
12
sprout/functional/functor.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef SPROUT_FUNCTIONAL_FUNCTOR_HPP
|
||||
#define SPROUT_FUNCTIONAL_FUNCTOR_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/functional/arithmetic.hpp>
|
||||
#include <sprout/functional/comparison.hpp>
|
||||
#include <sprout/functional/logical.hpp>
|
||||
#include <sprout/functional/bitwise.hpp>
|
||||
#include <sprout/functional/binder.hpp>
|
||||
#include <sprout/functional/negator.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_FUNCTIONAL_FUNCTOR_HPP
|
Loading…
Add table
Add a link
Reference in a new issue