<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>signe</author_name>
  <author_url>https://blog.hatena.ne.jp/signe/</author_url>
  <blog_title>りもーと・せんしんぐ</blog_title>
  <blog_url>https://signe.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++/CLI</anon>
  </categories>
  <description>上の報告書を書きながら Linq みたいなことを C++/CLI でやるにはどうするんだろうとか、考えてました。 構文に関しては、 for each を前提に考えてみます。なぜかというと、C++/CLI では 唯一、制御文でありながら IEnumerable の実装を前提としたループを行うものだからです。 その実装は次のようになります。{ ^ e; try { e = .GetEnumerator(); while ( e-&gt;MoveNext() ) { T d = safe_cast( e-&gt;Current ); statement } } finally { delete e; } } こ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsigne.hatenadiary.org%2Fentry%2F20060501%2Fp1&quot; title=&quot; なんとなく - りもーと・せんしんぐ&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>2006-05-01 00:00:01</published>
  <title> なんとなく</title>
  <type>rich</type>
  <url>https://signe.hatenadiary.org/entry/20060501/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
