Skip to content

Commit 9487138

Browse files
authored
Merge pull request #354 from MicrosoftDocs/mb-hashmap2
f1 formatting fixes and hashmap operators fix
2 parents 75ef08e + 85af541 commit 9487138

File tree

557 files changed

+605
-613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+605
-613
lines changed

docs/standard-library/1-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['_1', 'std::_1', 'functional/std::_1']
10+
f1_keywords: ["_1", "std::_1", "functional/std::_1"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["_1 object"]
1313
ms.assetid: 30c3c480-ff31-4708-94be-7d0d65f243c9

docs/standard-library/add-const-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_const']
10+
f1_keywords: ["type_traits/std::add_const"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_const class", "add_const"]
1313
ms.assetid: 1262a1eb-8c9c-4dd6-9f43-88ba280182f1

docs/standard-library/add-cv-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_cv']
10+
f1_keywords: ["type_traits/std::add_cv"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_cv class", "add_cv"]
1313
ms.assetid: a5572c78-a097-45d7-b476-ed4876889dea

docs/standard-library/add-lvalue-reference-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_lvalue_reference']
10+
f1_keywords: ["type_traits/std::add_lvalue_reference"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_lvalue_reference"]
1313
ms.assetid: 9933afc2-ad0d-465d-98fe-7d547fa3efe2

docs/standard-library/add-pointer-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_pointer']
10+
f1_keywords: ["type_traits/std::add_pointer"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_pointer class", "add_pointer"]
1313
ms.assetid: d8095cb0-6578-4143-b78f-87f82485298c

docs/standard-library/add-rvalue-reference-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_rvalue_reference'
10+
f1_keywords: ["type_traits/std::add_rvalue_reference"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_rvalue_reference Class"]
1313
ms.assetid: 76b0cb7c-1031-45d0-b409-f03ab0297580

docs/standard-library/add-volatile-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_volatile']
10+
f1_keywords: ["type_traits/std::add_volatile"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_volatile class", "add_volatile"]
1313
ms.assetid: cde57277-d764-402d-841e-97611ebaab14

docs/standard-library/adopt-lock-t-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['mutex/std::adopt_lock_t']
10+
f1_keywords: ["mutex/std::adopt_lock_t"]
1111
dev_langs: ["C++"]
1212
ms.assetid: 549972fb-e2e9-4415-8657-c159b09aa3f4
1313
caps.latest.revision: 13

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: ""
66
ms.suite: ""
77
ms.tgt_pltfrm: ""
88
ms.topic: "article"
9-
f1_keywords: ['algorithm/std::adjacent_find', 'algorithm/std::all_of', 'algorithm/std::any_of', 'algorithm/std::binary_search', 'algorithm/std::copy', 'algorithm/std::copy_backward', 'algorithm/std::copy_if', 'algorithm/std::copy_n', 'algorithm/std::equal', 'algorithm/std::equal_range', 'algorithm/std::fill', 'algorithm/std::fill_n', 'algorithm/std::find', 'algorithm/std::find_end', 'algorithm/std::find_first_of', 'algorithm/std::find_if', 'algorithm/std::find_if_not', 'algorithm/std::for_each', 'algorithm/std::generate', 'algorithm/std::generate_n', 'algorithm/std::includes', 'algorithm/std::inplace_merge', 'algorithm/std::is_heap', 'algorithm/std::is_heap_until', 'algorithm/std::is_partitioned', 'algorithm/std::is_permutation', 'algorithm/std::is_sorted', 'algorithm/std::is_sorted_until', 'algorithm/std::iter_swap', 'algorithm/std::lexicographical_compare', 'algorithm/std::lower_bound', 'algorithm/std::make_heap', 'algorithm/std::max', 'algorithm/std::max_element', 'algorithm/std::merge', 'algorithm/std::min', 'algorithm/std::minmax', 'algorithm/std::minmax_element', 'algorithm/std::min_element', 'algorithm/std::mismatch', 'algorithm/std::move', 'algorithm/std::move_backward', 'algorithm/std::next_permutation', 'algorithm/std::none_of', 'algorithm/std::nth_element', 'algorithm/std::partial_sort', 'algorithm/std::partial_sort_copy', 'algorithm/std::partition', 'algorithm/std::partition_point', 'algorithm/std::pop_heap', 'algorithm/std::prev_permutation', 'algorithm/std::push_heap', 'algorithm/std::random_shuffle', 'algorithm/std::remove', 'algorithm/std::remove_copy', 'algorithm/std::remove_copy_if', 'algorithm/std::remove_if', 'algorithm/std::replace', 'algorithm/std::replace_copy', 'algorithm/std::replace_copy_if', 'algorithm/std::replace_if', 'algorithm/std::reverse', 'algorithm/std::reverse_copy', 'algorithm/std::rotate', 'algorithm/std::rotate_copy', 'algorithm/std::search', 'algorithm/std::search_n', 'algorithm/std::set_difference', 'algorithm/std::set_intersection', 'algorithm/std::set_symmetric_difference', 'algorithm/std::set_union', 'algorithm/std::shuffle', 'algorithm/std::sort', 'algorithm/std::sort_heap', 'algorithm/std::stable_partition', 'algorithm/std::stable_sort', 'algorithm/std::swap_ranges', 'algorithm/std::transform', 'algorithm/std::unique', 'algorithm/std::unique_copy', 'algorithm/std::upper_bound', 'xutility/std::copy', 'xutility/std::copy_backward', 'xutility/std::copy_n', 'xutility/std::count', 'xutility/std::equal', 'xutility/std::fill', 'xutility/std::fill_n', 'xutility/std::find', 'xutility/std::is_permutation', 'xutility/std::lexicographical_compare', 'xutility/std::move', 'xutility/std::move_backward', 'xutility/std::reverse', 'xutility/std::rotate', 'algorithm/std::count_if', 'algorithm/std::partition_copy', 'algorithm/std::swap']
9+
f1_keywords: ["algorithm/std::adjacent_find", "algorithm/std::all_of", "algorithm/std::any_of", "algorithm/std::binary_search", "algorithm/std::copy", "algorithm/std::copy_backward", "algorithm/std::copy_if", "algorithm/std::copy_n", "algorithm/std::equal", "algorithm/std::equal_range", "algorithm/std::fill", "algorithm/std::fill_n", "algorithm/std::find", "algorithm/std::find_end", "algorithm/std::find_first_of", "algorithm/std::find_if", "algorithm/std::find_if_not", "algorithm/std::for_each", "algorithm/std::generate", "algorithm/std::generate_n", "algorithm/std::includes", "algorithm/std::inplace_merge", "algorithm/std::is_heap", "algorithm/std::is_heap_until", "algorithm/std::is_partitioned", "algorithm/std::is_permutation", "algorithm/std::is_sorted", "algorithm/std::is_sorted_until", "algorithm/std::iter_swap", "algorithm/std::lexicographical_compare", "algorithm/std::lower_bound", "algorithm/std::make_heap", "algorithm/std::max", "algorithm/std::max_element", "algorithm/std::merge", "algorithm/std::min", "algorithm/std::minmax", "algorithm/std::minmax_element", "algorithm/std::min_element", "algorithm/std::mismatch", "algorithm/std::move", "algorithm/std::move_backward", "algorithm/std::next_permutation", "algorithm/std::none_of", "algorithm/std::nth_element", "algorithm/std::partial_sort", "algorithm/std::partial_sort_copy", "algorithm/std::partition", "algorithm/std::partition_point", "algorithm/std::pop_heap", "algorithm/std::prev_permutation", "algorithm/std::push_heap", "algorithm/std::random_shuffle", "algorithm/std::remove", "algorithm/std::remove_copy", "algorithm/std::remove_copy_if", "algorithm/std::remove_if", "algorithm/std::replace", "algorithm/std::replace_copy", "algorithm/std::replace_copy_if", "algorithm/std::replace_if", "algorithm/std::reverse", "algorithm/std::reverse_copy", "algorithm/std::rotate", "algorithm/std::rotate_copy", "algorithm/std::search", "algorithm/std::search_n", "algorithm/std::set_difference", "algorithm/std::set_intersection", "algorithm/std::set_symmetric_difference", "algorithm/std::set_union", "algorithm/std::shuffle", "algorithm/std::sort", "algorithm/std::sort_heap", "algorithm/std::stable_partition", "algorithm/std::stable_sort", "algorithm/std::swap_ranges", "algorithm/std::transform", "algorithm/std::unique", "algorithm/std::unique_copy", "algorithm/std::upper_bound", "xutility/std::copy", "xutility/std::copy_backward", "xutility/std::copy_n", "xutility/std::count", "xutility/std::equal", "xutility/std::fill", "xutility/std::fill_n", "xutility/std::find", "xutility/std::is_permutation", "xutility/std::lexicographical_compare", "xutility/std::move", "xutility/std::move_backward", "xutility/std::reverse", "xutility/std::rotate", "algorithm/std::count_if", "algorithm/std::partition_copy", "algorithm/std::swap"]
1010
dev_langs: ["C++"]
1111
ms.assetid: c10b0c65-410c-4c83-abf8-8b7f61bba8d0
1212
caps.latest.revision: 20

docs/standard-library/algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['<algorithm>", "std::<algorithm>", "algorithm/std::<algorithm>']
10+
f1_keywords: ["<algorithm>"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["algorithm header [C++]", "C++ Standard Library, algorithms", "<algorithm> header"]
1313
ms.assetid: 19f97711-7a67-4a65-8fd1-9a2bd3ca327d

0 commit comments

Comments
 (0)