<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>monsterdoctor</author_name>
  <author_url>https://blog.hatena.ne.jp/monsterdoctor/</author_url>
  <blog_title>思考分岐点</blog_title>
  <blog_url>https://count2024.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>(2024/1/9 スーパー意味不明な記載になっていたので書き直し)ラムダ式が全然わからなくて、dfs書いてて一生エラー吐きまくってたんだけど、やっと解決したから記録しておく。 [&amp;]と(int &amp;x)はしっかり区別しなきゃだめ。まずは例示から。 #include &lt;bits/stdc++.h&gt; using namespace std; int main() { int a=1; int b=2; int c=3; auto f=[](int x, int y, int z){ x*=3; y*=3; z*=3; }; f(a,b,c); cout&lt;&lt;a&lt;&lt;b&lt;&lt;c&lt;&lt;endl; } この場合…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcount2024.hateblo.jp%2Fentry%2F2023%2F08%2F08%2F133018&quot; title=&quot;ラムダ式の「キャプチャの&amp;amp;」と「パラメータの&amp;amp;」は全然違う - 思考分岐点&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>2023-08-08 13:30:18</published>
  <title>ラムダ式の「キャプチャの&amp;」と「パラメータの&amp;」は全然違う</title>
  <type>rich</type>
  <url>https://count2024.hateblo.jp/entry/2023/08/08/133018</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
