<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
  </categories>
  <description>std::tuple は C++ の 複数の異なる型の値をひとまとめにできるコンテナです。ざっくり言うと： std::tuple&lt;int, std::string, double&gt; myTuple = std::make_tuple(42, &quot;Hello&quot;, 3.14);これは、int, std::string, double の 3つの要素をひとつにまとめた「箱」です。 基本の使い方 1. 作る auto t = std::make_tuple(1, &quot;apple&quot;, 3.14);2. 取り出す int i = std::get&lt;0&gt;(t); // 1 std::string s = std…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2025%2F04%2F19%2F120102&quot; title=&quot;std::tuple は C++ の 複数の異なる型の値をひとまとめにできるコンテナ mapのキーにいいね - shikaku&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>2025-04-19 12:01:02</published>
  <title>std::tuple は C++ の 複数の異なる型の値をひとまとめにできるコンテナ mapのキーにいいね</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2025/04/19/120102</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
