<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pebble8888</author_name>
  <author_url>https://blog.hatena.ne.jp/pebble8888/</author_url>
  <blog_title>Pebble Coding</blog_title>
  <blog_url>https://pebble8888.hatenablog.com/</blog_url>
  <categories>
    <anon>C++11</anon>
  </categories>
  <description>C++11では関数定義をautoを使って書くことができるようになった。 今まで int get_value(void); と書いていたものが、C++11以降はこのようにも書ける auto get_value(void) -&gt; int; int get_value1(void) { return 1; } auto get_value2(void) -&gt; int { return 2; } int main(int argc, const char * argv[]) { printf(&quot;value1 %d\n&quot;, get_value1()); printf(&quot;value2 %d\n&quot;, get…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpebble8888.hatenablog.com%2Fentry%2F2016%2F09%2F04%2F101836&quot; title=&quot;C++11でのautoを使った関数定義 - Pebble Coding&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-09-04 10:18:36</published>
  <title>C++11でのautoを使った関数定義</title>
  <type>rich</type>
  <url>https://pebble8888.hatenablog.com/entry/2016/09/04/101836</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
