2010-09-16から1日間の記事一覧

removedアダプタ

Boost.Filesystem v3調べ物メモ - Faith and Brave - C++で遊ぼう removedアダプタは僕も欲しいかも・・・! #ifndef HWM_REMOVED_HPP_ #define HWM_REMOVED_HPP_ #include <pstade/oven/detail/base_to_adaptor.hpp> #include <pstade/oven/detail/filter_iterator.hpp> #include <pstade/result_of.hpp> #include <pstade/oven/range_value.hpp> #i…</pstade/oven/range_value.hpp></pstade/result_of.hpp></pstade/oven/detail/filter_iterator.hpp></pstade/oven/detail/base_to_adaptor.hpp>

enumerate Rangeアダプタがすっきりした

前々回、こんなのを作ったけど、any_rangeを使ったりしてなんだか汚い感じでしたし、 counting rangeのDifferenceかなんかの型がmsvcでwarning:4244を出したりして微妙だったので改良を。 #ifndef HWM_ENUMERATE_HPP_ #define HWM_ENUMERATE_HPP_ #include <pstade/result_of.hpp> </pstade/result_of.hpp>…