{"description":"int n = 0; auto a = n; // int a = n; int n = 0; auto* a = &n; // int* a = &n; int n = 0; const auto& a = n; // const int& a = n; struct hoge { }; hoge foo() { return hoge(); } auto&& h = foo(); // hoge&& h = foo(); auto* p = new auto(1); // int* p = new int(1); #include <typeinfo> #include <iostream\u2026","type":"rich","version":"1.0","title":" VC++10 CTP\u3067auto\u3092\u904a\u3093\u3067\u307f\u305f","blog_url":"https://faithandbrave.hateblo.jp/","published":"2008-11-06 18:00:36","image_url":null,"url":"https://faithandbrave.hateblo.jp/entry/20081106/1225962036","height":"190","blog_title":"Faith and Brave - C++\u3067\u904a\u307c\u3046","provider_url":"https://hatena.blog","categories":["VC++"],"author_url":"https://blog.hatena.ne.jp/faith_and_brave/","provider_name":"Hatena Blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20081106%2F1225962036\" title=\" VC++10 CTP\u3067auto\u3092\u904a\u3093\u3067\u307f\u305f - 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>","width":"100%","author_name":"faith_and_brave"}