<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ytakano</author_name>
  <author_url>https://blog.hatena.ne.jp/ytakano/</author_url>
  <blog_title>NO!と言えるようになりたい</blog_title>
  <blog_url>https://ytakano.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>boostにはメモリプールをやってくれる親切なobject_poolと言うライブラリがある．この使い方は至って簡単で，テンプレートの引数にクラスを渡してプール用のオブジェクトを作成するだけとなる．指定したクラスの生成を行いたい場合（new classに相当）はconstruct関数を，削除したい場合（delete classに相当）はdestroy関数を呼び出すだけである．サンプルプログラムは以下のとおりとなる． #include &lt;iostream&gt; #include &lt;string&gt; #include &lt;boost/pool/object_pool.hpp&gt; class obj { pub…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fytakano.hatenadiary.org%2Fentry%2F20100317%2F1268778286&quot; title=&quot;boostのobject_poolをスマートポインタで利用する - NO!と言えるようになりたい&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>2010-03-17 07:24:46</published>
  <title>boostのobject_poolをスマートポインタで利用する</title>
  <type>rich</type>
  <url>https://ytakano.hatenadiary.org/entry/20100317/1268778286</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
