<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Cryolite</author_name>
  <author_url>https://blog.hatena.ne.jp/Cryolite/</author_url>
  <blog_title>Cry's Blog</blog_title>
  <blog_url>https://blog.cryolite.net/</blog_url>
  <categories>
    <anon>C++0x</anon>
    <anon>C++</anon>
  </categories>
  <description>インタフェイス定義としてみたときの concept の特徴 concept の定義ってまんま純粋なインタフェイス記述だけど，他の OO な言語一般におけるインタフェイス定義のあり方から見ると 他のインタフェイスに依存する形のデフォルト実装が書けちゃうもん！ concept EqualityComparable&lt;T&gt; { bool operator==(T const &amp;, T const &amp;); bool operator!=(T const &amp;lhs, T const &amp;rhs){ return !(lhs == rhs); } }; ＃いや，これ別にふつーに他の言語でも出来るだろ……ｊｋ．…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.cryolite.net%2Fentry%2F20080311%2Fp1&quot; title=&quot;concept のメモ - Cry&amp;#39;s Blog&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>2008-03-11 00:00:00</published>
  <title>concept のメモ</title>
  <type>rich</type>
  <url>https://blog.cryolite.net/entry/20080311/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
