<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>STL</anon>
  </categories>
  <description>C++20のレンジについて調べたことの覚え書きです。 ここで扱うレンジ ここでは&lt;ranges&gt;ヘッダーで定義されるstd::ranges::range&lt;T&gt;コンセプトを満たす型をレンジとして扱います。range&lt;T&gt;の要件は型Tの変数tに対してstd::ranges::begin(t)とstd::ranges::end(t)が定義されることだけです。 rangeに要件を加えたコンセプトとしてcommon_rangeやforward_range等が定義されています。 型がレンジか確認する。 std::ranges::range&lt;T&gt;コンセプトは型が要件を満たすならtrue、満たさないならfal…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2020%2F11%2F18%2F231213&quot; title=&quot;C++20 レンジについて調べたこと - potisanのプログラミングメモ&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>2020-11-18 23:12:13</published>
  <title>C++20 レンジについて調べたこと</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2020/11/18/231213</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
