{"image_url":null,"blog_title":"C++\u3067\u30b2\u30fc\u30e0\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0","blog_url":"https://osyo-manga.hatenadiary.org/","author_name":"osyo-manga","height":"190","provider_url":"https://hatena.blog","width":"100%","url":"https://osyo-manga.hatenadiary.org/entry/20140323/1395581512","author_url":"https://blog.hatena.ne.jp/osyo-manga/","version":"1.0","categories":["C++"],"title":"C++14 \u3067\u30ed\u30fc\u30ab\u30eb\u30af\u30e9\u30b9\u3092\u8fd4\u3059\u95a2\u6570","provider_name":"Hatena Blog","type":"rich","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20140323%2F1395581512\" title=\"C++14 \u3067\u30ed\u30fc\u30ab\u30eb\u30af\u30e9\u30b9\u3092\u8fd4\u3059\u95a2\u6570 - C++\u3067\u30b2\u30fc\u30e0\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","description":"C++14 \u3060\u3068\u3053\u3093\u306a\u6109\u5feb\u306a\u4e8b\u304c\u3067\u304d\u308b\u306e\u304b\u30fc\u3068\u601d\u3063\u3066\u66f8\u3044\u3066\u307f\u305f\u3002 [\u30bd\u30fc\u30b9] #include <iostream> template<typename T, typename U> constexpr auto make_person(T name, U age){ struct person{ T name; U age; }; return person{ name, age }; } int main(){ constexpr auto homu = make_person(\"homu\", 14); static_assert(homu.age == 14, \"\"); std::cou\u2026","published":"2014-03-23 22:31:52"}