<?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>
    <anon>STL</anon>
    <anon>CPP</anon>
  </categories>
  <description>vector自体にはfindがないのでアルゴリズムを使う vector&lt;long&gt; v_list; ･･･ v_list.push_back(100); v_list.push_back(200); v_list.push_back(300); vector&lt; long &gt;::iterator cIter = find( v_list.begin(),v_list.end() , 200 ); if( cIter != v_list.end() ){ printf(&quot;200は存在してます&quot;); } ネタ元 http://www.kab-studio.biz/Programing/Codian/…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F20100519%2Fp3&quot; title=&quot;vectorでの検索(find)の仕方 - 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>http://www18.a8.net/0.gif?a8mat=1NYM9B+25ZUKI+5WS+C1DUQ</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-05-19 00:00:01</published>
  <title>vectorでの検索(find)の仕方</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/20100519/p3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
