1
0
Fork 0
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:
bolero-MURAKAMI 2012-04-10 01:38:55 +09:00
parent 30dbbc44fc
commit aa4fc785b0
29 changed files with 1564 additions and 18 deletions

View 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