Sprout/sprout/range/adaptor.hpp
bolero-MURAKAMI cb830f141d fix io fromat from int
add range::sinusoidal
fix algorithm random_access_iterator parformance
2012-04-30 19:41:24 +09:00

8 lines
243 B
C++

#ifndef SPROUT_RANGE_ADAPTOR_HPP
#define SPROUT_RANGE_ADAPTOR_HPP
#include <sprout/config.hpp>
#include <sprout/range/adaptor/transformed.hpp>
#include <sprout/range/adaptor/sinusoidal.hpp>
#endif // #ifndef SPROUT_RANGE_ADAPTOR_HPP