<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>PafuOfDuck</author_name>
  <author_url>https://blog.hatena.ne.jp/PafuOfDuck/</author_url>
  <blog_title>ぱふの競プロ日記</blog_title>
  <blog_url>https://pafuofduck-kyopro.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>はじめに 競プロでtupleを使用するたびにググっているので、自分用にまとめておきます。 ここに書いているもの以外を使用した場合は随時追記します。 tupleの使い方まとめ 定義 std::tuple&lt;int, float, string&gt; t; tupleに入っている値を取り出す 最初に知ったときは「？？」となった取り出し方。 今尚、原理は分かりません。 int i = std::get&lt;0&gt;(t); tupleの値を変更する 1要素 std::get&lt;0&gt;(t) = 1; 丸ごと std::tuple&lt;int, float, string&gt; t = std::tuple&lt;int, floa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpafuofduck-kyopro.hatenadiary.jp%2Fentry%2F2019%2F05%2F27%2F221416&quot; title=&quot;【C++】tupleの使い方（随時更新） - ぱふの競プロ日記&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>2019-05-27 22:14:16</published>
  <title>【C++】tupleの使い方（随時更新）</title>
  <type>rich</type>
  <url>https://pafuofduck-kyopro.hatenadiary.jp/entry/2019/05/27/221416</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
