<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekko1119</author_name>
  <author_url>https://blog.hatena.ne.jp/nekko1119/</author_url>
  <blog_title>C++と色々</blog_title>
  <blog_url>https://nekko1119.hatenablog.com/</blog_url>
  <categories>
    <anon>boost</anon>
    <anon>まとめ</anon>
  </categories>
  <description>コンテナを初期化や代入する際、push_back等を並べる必要がなく、簡単に書けるようになります。 イテレータ初期化に対応しているクラスなら使えます。サンプル #include &lt;boost/assign.hpp&gt; #include &lt;vector&gt; #include &lt;list&gt; #include &lt;map&gt; #include &lt;string&gt; using namespace std; int main() { using namespace boost::assign; //代入 { vector&lt;int&gt; v; v += 1, 2, 3, 4; list&lt;int&gt; l; l += 1, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekko1119.hatenablog.com%2Fentry%2F20121111%2F1352642977&quot; title=&quot;boost::assign - 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>2012-11-11 23:09:37</published>
  <title>boost::assign</title>
  <type>rich</type>
  <url>https://nekko1119.hatenablog.com/entry/20121111/1352642977</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
