<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiharunpo</author_name>
  <author_url>https://blog.hatena.ne.jp/chiharunpo/</author_url>
  <blog_title>Chiharu の日記</blog_title>
  <blog_url>https://chiharunpo.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>先日の日記の続き。 やりたかったことは下記のようなことで、任意の整数型からレジスタ長に合わせた整数型を選択したいというものでした。 const std::uint16_t src = 0; auto_fast dst = src; // auto_fast = std::uint_fast16_t にしたいけど無理 トラックバック（人生初トラックバック）で、これに対する解決案を提示してもらいました。 autoだけで，似たようなことはできると思います。 ここではオーバーロードを使って実現してみました。 // こういうのを準備する #include&lt;cstdint&gt; inline int_fast…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiharunpo.hatenablog.com%2Fentry%2F20110205%2F1296870054&quot; title=&quot;C++0x 〜auto のその後 - Chiharu の日記&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>2011-02-05 10:40:54</published>
  <title>C++0x 〜auto のその後</title>
  <type>rich</type>
  <url>https://chiharunpo.hatenablog.com/entry/20110205/1296870054</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
