<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>KiironoMidori</author_name>
  <author_url>https://blog.hatena.ne.jp/KiironoMidori/</author_url>
  <blog_title>パープルハット</blog_title>
  <blog_url>https://kiironomidori.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>vector</anon>
  </categories>
  <description>本記事の概要 宣言と初期化 要素数の取得(size) for文での表示 (1)sizeを使う方法 (2)範囲for文を使う方法 (3)イテレータを使った方法 追加・削除 末尾への要素の追加(push_back) n番目に要素を追加(insert) n番目の要素の削除(erase) 検索 最大値・最小値の取得(min・max_element) 指定した要素以上 or それより大きい要素のインデックスをチェック 2次元配列 宣言と初期化 for文でのループ 本記事の概要 本サイトに書かれたvector関連の概要をまとめたものです。 詳細は個別記事を参考にしてください。 宣言と初期化 可変長の1次元…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiironomidori.hatenablog.com%2Fentry%2Fcpp-vector&quot; title=&quot;C++ vectorまとめ(for, 追加・削除, 検索, 2次元など) - パープルハット&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>https://cdn.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-06-28 00:00:00</published>
  <title>C++ vectorまとめ(for, 追加・削除, 検索, 2次元など)</title>
  <type>rich</type>
  <url>https://kiironomidori.hatenablog.com/entry/cpp-vector</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
