<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zenryokusyounen</author_name>
  <author_url>https://blog.hatena.ne.jp/zenryokusyounen/</author_url>
  <blog_title>荒屋敷智也のブログ</blog_title>
  <blog_url>https://arayashikitomoya.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラム</anon>
  </categories>
  <description>参照リンク シングルトンとは？ サンプルコード 参照リンク youtu.be qiita.com シングルトンとは？ インスタンスが複数作成されず、単一になるような設計 サンプルコード #include &lt;iostream&gt; using namespace std; class Singleton { //インスタンス化されない対策 protected: //インスタンスを宣言しない Singleton() = default; public: int data; //Singletonを生成する static Singleton&amp; get_instance() { static Single…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Farayashikitomoya.hatenablog.com%2Fentry%2F2025%2F02%2F10%2F213832&quot; title=&quot;【C++備忘録】Visual Studio2022　シングルトン - 荒屋敷智也のブログ&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>2025-02-10 21:38:32</published>
  <title>【C++備忘録】Visual Studio2022　シングルトン</title>
  <type>rich</type>
  <url>https://arayashikitomoya.hatenablog.com/entry/2025/02/10/213832</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
