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

add compost stereo, left_channel, right_channel, effected_xxx

This commit is contained in:
bolero-MURAKAMI 2012-11-25 01:05:11 +09:00
parent 7da0aa0343
commit c33ae70d13
14 changed files with 763 additions and 4 deletions

View file

@ -5,6 +5,8 @@
#include <sprout/functional/plus.hpp>
#include <sprout/utility/forward.hpp>
#include <sprout/utility/value_holder.hpp>
#include <sprout/utility/lvalue_forward.hpp>
#include <sprout/type_traits/lvalue_reference.hpp>
#include <sprout/range/adaptor/transformed.hpp>
namespace sprout {