<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a_kawashiro</author_name>
  <author_url>https://blog.hatena.ne.jp/a_kawashiro/</author_url>
  <blog_title>a_kawashiroのブログ</blog_title>
  <blog_url>https://a-kawashiro.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>#include &lt;stdio.h&gt; #include &lt;set&gt; using namespace std; struct Data{ int a,b; }; Data makeD(int aa,int bb){ Data d; d.a=aa,d.b=bb; return d; } bool operator &lt; (const Data &amp;d,const Data &amp;e){ return d.a&lt;e.a; } int main(){ set&lt;Data&gt; se; se.insert(makeD(0,1)); se.insert(makeD(0,2)); printf(&quot;se.size()==%d…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-kawashiro.hatenablog.com%2Fentry%2F20120225%2F1330185258&quot; title=&quot;std::setでデータ同士の間に順位付けができないと無視されてしまう件 - a_kawashiroのブログ&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-02-25 00:54:18</published>
  <title>std::setでデータ同士の間に順位付けができないと無視されてしまう件</title>
  <type>rich</type>
  <url>https://a-kawashiro.hatenablog.com/entry/20120225/1330185258</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
