{"id":294,"date":"2020-06-17T09:04:23","date_gmt":"2020-06-17T09:04:23","guid":{"rendered":"http:\/\/feellikelearning.com\/?p=294"},"modified":"2020-06-17T09:04:40","modified_gmt":"2020-06-17T09:04:40","slug":"cpp-note-what-will-happen-if-use-a-non-existent-ke","status":"publish","type":"post","link":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/","title":{"rendered":"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map"},"content":{"rendered":"\n<p>\u4f1a\u628a\u8fd9\u4e2akey\u52a0\u5165\u5230unordered_map\u91cc\u9762\uff0cvalue\u662f\u6570\u636e\u7c7b\u578b\u7684default\u503c\u3002\u6bd4\u5982int\u5c31\u662f0\uff0cstring\u5c31\u662f&#8221;&#8221;\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f1a\u628a\u8fd9\u4e2akey\u52a0\u5165\u5230unordered_map\u91cc\u9762\uff0cvalue\u662f\u6570\u636e\u7c7b\u578b\u7684default\u503c\u3002\u6bd4\u5982int\u5c31\u662f0\uff0cstring\u5c31\u662f&#8221;&#8221;\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map | Feel Like Learning<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map | Feel Like Learning\" \/>\n<meta property=\"og:description\" content=\"\u4f1a\u628a\u8fd9\u4e2akey\u52a0\u5165\u5230unordered_map\u91cc\u9762\uff0cvalue\u662f\u6570\u636e\u7c7b\u578b\u7684default\u503c\u3002\u6bd4\u5982int\u5c31\u662f0\uff0cstring\u5c31\u662f&#8221;&#8221;\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\" \/>\n<meta property=\"og:site_name\" content=\"Feel Like Learning\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-17T09:04:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-17T09:04:40+00:00\" \/>\n<meta name=\"author\" content=\"feellikelearning\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"feellikelearning\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#article\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\"},\"author\":{\"name\":\"feellikelearning\",\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"headline\":\"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map\",\"datePublished\":\"2020-06-17T09:04:23+00:00\",\"dateModified\":\"2020-06-17T09:04:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\"},\"wordCount\":26,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\",\"url\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\",\"name\":\"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map | Feel Like Learning\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/#website\"},\"datePublished\":\"2020-06-17T09:04:23+00:00\",\"dateModified\":\"2020-06-17T09:04:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/feellikelearning.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/feellikelearning.com\/#website\",\"url\":\"https:\/\/feellikelearning.com\/\",\"name\":\"Feel Like Learning\",\"description\":\"\u7a0b\u5e8f\uff5c\u751f\u6d3b\uff5c\u5b66\u5230\u5c31\u662f\u8d5a\u5230\",\"publisher\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/feellikelearning.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\",\"name\":\"feellikelearning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g\",\"caption\":\"feellikelearning\"},\"logo\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/feellikelearning.com\/index.php\/author\/feellikelearning\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map | Feel Like Learning","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant","og_locale":"en_US","og_type":"article","og_title":"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map | Feel Like Learning","og_description":"\u4f1a\u628a\u8fd9\u4e2akey\u52a0\u5165\u5230unordered_map\u91cc\u9762\uff0cvalue\u662f\u6570\u636e\u7c7b\u578b\u7684default\u503c\u3002\u6bd4\u5982int\u5c31\u662f0\uff0cstring\u5c31\u662f&#8221;&#8221;\u3002","og_url":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant","og_site_name":"Feel Like Learning","article_published_time":"2020-06-17T09:04:23+00:00","article_modified_time":"2020-06-17T09:04:40+00:00","author":"feellikelearning","twitter_card":"summary_large_image","twitter_misc":{"Written by":"feellikelearning"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#article","isPartOf":{"@id":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant"},"author":{"name":"feellikelearning","@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"headline":"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map","datePublished":"2020-06-17T09:04:23+00:00","dateModified":"2020-06-17T09:04:40+00:00","mainEntityOfPage":{"@id":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant"},"wordCount":26,"commentCount":0,"publisher":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#respond"]}]},{"@type":"WebPage","@id":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant","url":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant","name":"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map | Feel Like Learning","isPartOf":{"@id":"https:\/\/feellikelearning.com\/#website"},"datePublished":"2020-06-17T09:04:23+00:00","dateModified":"2020-06-17T09:04:40+00:00","breadcrumb":{"@id":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feellikelearning.com\/index.php\/2020\/06\/17\/cpp-note-what-will-happen-if-use-a-non-existent-ke\/?variant=zh-hant#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feellikelearning.com\/"},{"@type":"ListItem","position":2,"name":"C++ \u7b14\u8bb0\uff0c\u53bb\u8bfb\u4e00\u4e2aunordered_map\u6ca1\u6709\u7684key\u4f1a\u600e\u6837\uff1f | C++ note, what will happen if use a non-existent key to access an unordered_map"}]},{"@type":"WebSite","@id":"https:\/\/feellikelearning.com\/#website","url":"https:\/\/feellikelearning.com\/","name":"Feel Like Learning","description":"\u7a0b\u5e8f\uff5c\u751f\u6d3b\uff5c\u5b66\u5230\u5c31\u662f\u8d5a\u5230","publisher":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feellikelearning.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a","name":"feellikelearning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g","caption":"feellikelearning"},"logo":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/"},"url":"https:\/\/feellikelearning.com\/index.php\/author\/feellikelearning\/"}]}},"_links":{"self":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/294"}],"collection":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/comments?post=294"}],"version-history":[{"count":2,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/294\/revisions"}],"predecessor-version":[{"id":296,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/294\/revisions\/296"}],"wp:attachment":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/media?parent=294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/categories?post=294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/tags?post=294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}