<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yutateno</author_name>
  <author_url>https://blog.hatena.ne.jp/yutateno/</author_url>
  <blog_title>プログラマーの卵の日記</blog_title>
  <blog_url>https://yutateno.hatenablog.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>参考：http://wisdom.sakura.ne.jp/programming/cpp/cpp42.html 構成 No.1 試してみたコードNo.2 内容 No.1 試してみたコード #include class A { private: int testA; const int testB; mutable int testC; public: A() :testA(0), testB(1), testC(2){} ~A() {} int FuncA() const { // testA = 1; testC = 1; return testB + 1; } int FuncB() {…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyutateno.hatenablog.jp%2Fentry%2F2020%2F03%2F11%2F113550&quot; title=&quot;【C++】 メンバ関数の後ろのconst - プログラマーの卵の日記&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>2020-03-11 11:35:50</published>
  <title>【C++】 メンバ関数の後ろのconst</title>
  <type>rich</type>
  <url>https://yutateno.hatenablog.jp/entry/2020/03/11/113550</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
