<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>文字列で受け取る場合は、prefix も一緒に渡されるんですねー。 [ソース] #include &lt;iostream&gt; char const* operator &quot;&quot; _c_str(char const* str){ return str; } int main(){ std::cout &lt;&lt; 0xff &lt;&lt; std::endl; std::cout &lt;&lt; 0xff_c_str &lt;&lt; std::endl; std::cout &lt;&lt; 0777 &lt;&lt; std::endl; std::cout &lt;&lt; 0777_c_str &lt;&lt; std::endl; return 0; } [出力] 255 0xff…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20111218%2F1324217688&quot; title=&quot;User-defined literals で16進数を表示 - C++でゲームプログラミング&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-12-18 23:14:48</published>
  <title>User-defined literals で16進数を表示</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20111218/1324217688</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
