{"url":"https://faithandbrave.hateblo.jp/entry/20080818/1219054990","type":"rich","author_name":"faith_and_brave","image_url":null,"width":"100%","description":"Boost 1.36 \u304b\u3089\u8ffd\u52a0\u3055\u308c\u305f BOOST_REVERSE_FOREACH \u306f\u305d\u306e\u540d\u306e\u901a\u308a\u3001\u9006\u9806 foreach \u3067\u3059\u3002 #include <iostream> #include <vector> #include <boost/foreach.hpp> using namespace std; int main() { vector<int> v; v.push_back(1); v.push_back(2); v.push_back(3); BOOST_REVERSE_FOREACH(int value, v) { cout << value << endl; } // 3, 2, \u2026","provider_url":"https://hatena.blog","provider_name":"Hatena Blog","categories":["C++"],"blog_url":"https://faithandbrave.hateblo.jp/","title":" BOOST_REVERSE_FOREACH","published":"2008-08-18 19:23:10","version":"1.0","author_url":"https://blog.hatena.ne.jp/faith_and_brave/","height":"190","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20080818%2F1219054990\" title=\" BOOST_REVERSE_FOREACH - Faith and Brave - C++\u3067\u904a\u307c\u3046\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","blog_title":"Faith and Brave - C++\u3067\u904a\u307c\u3046"}