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

[sprout.functional] add all transparent functors

This commit is contained in:
bolero-MURAKAMI 2013-10-26 23:17:09 +09:00
parent 2a57ee6af5
commit be9a5f9b78
59 changed files with 1047 additions and 301 deletions

View file

@ -13,6 +13,11 @@
#include <sprout/functional/comparison.hpp>
#include <sprout/functional/logical.hpp>
#include <sprout/functional/bitwise.hpp>
#include <sprout/functional/inc_dec.hpp>
#include <sprout/functional/reference.hpp>
#include <sprout/functional/assignment.hpp>
#include <sprout/functional/members.hpp>
#include <sprout/functional/various.hpp>
#include <sprout/functional/binder.hpp>
#include <sprout/functional/negator.hpp>
#include <sprout/functional/equiv.hpp>