Skip to content

Commit 4ecf604

Browse files
mikeblomeColin Robertson
authored andcommitted
redo of F1 keywords for STL (#248)
* redo of F1 keywords * fixed typo fiuture
1 parent 86978cd commit 4ecf604

File tree

467 files changed

+526
-3419
lines changed

Some content is hidden

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

467 files changed

+526
-3419
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "add_const"
13-
- "std::add_const"
14-
- "type_traits/std::add_const"
11+
f1_keywords: ['add_const', 'type_traits/std::add_const']
1512
dev_langs:
1613
- "C++"
1714
helpviewer_keywords:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "add_cv"
13-
- "std::add_cv"
14-
- "type_traits/std::add_cv"
11+
f1_keywords: ['add_cv', 'type_traits/std::add_cv']
1512
dev_langs:
1613
- "C++"
1714
helpviewer_keywords:

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "std::add_lvalue_reference"
13-
- "add_lvalue_reference"
14-
- "type_traits/std::add_lvalue_reference"
15-
- "std.add_lvalue_reference"
11+
f1_keywords: ['add_lvalue_reference', 'type_traits/std::add_lvalue_reference']
1612
dev_langs:
1713
- "C++"
1814
helpviewer_keywords:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "add_pointer"
13-
- "std::add_pointer"
14-
- "type_traits/std::add_pointer"
11+
f1_keywords: ['add_pointer', 'type_traits/std::add_pointer']
1512
dev_langs:
1613
- "C++"
1714
helpviewer_keywords:

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "type_traits/std::add_rvalue_reference"
13-
- "std::add_rvalue_reference"
14-
- "add_rvalue_reference"
15-
- "std.add_rvalue_reference"
11+
f1_keywords: ['type_traits/std::add_rvalue_reference', 'add_rvalue_reference']
1612
dev_langs:
1713
- "C++"
1814
helpviewer_keywords:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "add_volatile"
13-
- "std::add_volatile"
14-
- "type_traits/std::add_volatile"
11+
f1_keywords: ['add_volatile', 'type_traits/std::add_volatile']
1512
dev_langs:
1613
- "C++"
1714
helpviewer_keywords:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "mutex/std::adopt_lock_t"
11+
f1_keywords: ['mutex/std::adopt_lock_t']
1312
dev_langs:
1413
- "C++"
1514
ms.assetid: 549972fb-e2e9-4415-8657-c159b09aa3f4

docs/standard-library/algorithm-functions.md

Lines changed: 3 additions & 260 deletions
Original file line numberDiff line numberDiff line change
@@ -6,266 +6,9 @@ ms.reviewer: ""
66
ms.suite: ""
77
ms.tgt_pltfrm: ""
88
ms.topic: "article"
9-
f1_keywords:
10-
- "algorithm/std::adjacent_find"
11-
- "std::adjacent_find"
12-
- "adjacent_find"
13-
- "algorithm/std::all_of"
14-
- "std::all_of"
15-
- "all_of"
16-
- "algorithm/std::any_of"
17-
- "std::any_of"
18-
- "any_of"
19-
- "algorithm/std::binary_search"
20-
- "std::binary_search"
21-
- "binary_search"
22-
- "algorithm/std::copy"
23-
- "std::copy"
24-
- "copy"
25-
- "algorithm/std::copy_backward"
26-
- "std::copy_backward"
27-
- "copy_backward"
28-
- "algorithm/std::copy_if"
29-
- "std::copy_if"
30-
- "copy_if"
31-
- "algorithm/std::copy_n"
32-
- "std::copy_n"
33-
- "copy_n"
34-
- "algorithm/std::equal"
35-
- "std::equal"
36-
- "equal"
37-
- "algorithm/std::equal_range"
38-
- "std::equal_range"
39-
- "equal_range"
40-
- "algorithm/std::fill"
41-
- "std::fill"
42-
- "fill"
43-
- "algorithm/std::fill_n"
44-
- "std::fill_n"
45-
- "fill_n"
46-
- "algorithm/std::find"
47-
- "std::find"
48-
- "find"
49-
- "algorithm/std::find_end"
50-
- "std::find_end"
51-
- "find_end"
52-
- "algorithm/std::find_first_of"
53-
- "std::find_first_of"
54-
- "find_first_of"
55-
- "algorithm/std::find_if"
56-
- "std::find_if"
57-
- "find_if"
58-
- "algorithm/std::find_if_not"
59-
- "std::find_if_not"
60-
- "find_if_not"
61-
- "algorithm/std::for_each"
62-
- "std::for_each"
63-
- "for_each"
64-
- "algorithm/std::generate"
65-
- "std::generate"
66-
- "generate"
67-
- "algorithm/std::generate_n"
68-
- "std::generate_n"
69-
- "generate_n"
70-
- "algorithm/std::includes"
71-
- "std::includes"
72-
- "includes"
73-
- "algorithm/std::inplace_merge"
74-
- "std::inplace_merge"
75-
- "inplace_merge"
76-
- "algorithm/std::is_heap"
77-
- "std::is_heap"
78-
- "is_heap"
79-
- "algorithm/std::is_heap_until"
80-
- "std::is_heap_until"
81-
- "is_heap_until"
82-
- "algorithm/std::is_partitioned"
83-
- "std::is_partitioned"
84-
- "is_partitioned"
85-
- "algorithm/std::is_permutation"
86-
- "std::is_permutation"
87-
- "is_permutation"
88-
- "algorithm/std::is_sorted"
89-
- "std::is_sorted"
90-
- "is_sorted"
91-
- "algorithm/std::is_sorted_until"
92-
- "std::is_sorted_until"
93-
- "is_sorted_until"
94-
- "algorithm/std::iter_swap"
95-
- "std::iter_swap"
96-
- "iter_swap"
97-
- "algorithm/std::lexicographical_compare"
98-
- "std::lexicographical_compare"
99-
- "lexicographical_compare"
100-
- "algorithm/std::lower_bound"
101-
- "std::lower_bound"
102-
- "lower_bound"
103-
- "algorithm/std::make_heap"
104-
- "std::make_heap"
105-
- "make_heap"
106-
- "algorithm/std::max"
107-
- "std::max"
108-
- "max"
109-
- "algorithm/std::max_element"
110-
- "std::max_element"
111-
- "max_element"
112-
- "algorithm/std::merge"
113-
- "std::merge"
114-
- "merge"
115-
- "algorithm/std::min"
116-
- "std::min"
117-
- "min"
118-
- "algorithm/std::minmax"
119-
- "std::minmax"
120-
- "minmax"
121-
- "algorithm/std::minmax_element"
122-
- "std::minmax_element"
123-
- "minmax_element"
124-
- "algorithm/std::min_element"
125-
- "std::min_element"
126-
- "min_element"
127-
- "algorithm/std::mismatch"
128-
- "std::mismatch"
129-
- "mismatch"
130-
- "algorithm/std::move"
131-
- "std::move"
132-
- "move"
133-
- "algorithm/std::move_backward"
134-
- "std::move_backward"
135-
- "move_backward"
136-
- "algorithm/std::next_permutation"
137-
- "std::next_permutation"
138-
- "next_permutation"
139-
- "algorithm/std::none_of"
140-
- "std::none_of"
141-
- "none_of"
142-
- "algorithm/std::nth_element"
143-
- "std::nth_element"
144-
- "nth_element"
145-
- "algorithm/std::partial_sort"
146-
- "std::partial_sort"
147-
- "partial_sort"
148-
- "algorithm/std::partial_sort_copy"
149-
- "std::partial_sort_copy"
150-
- "partial_sort_copy"
151-
- "algorithm/std::partition"
152-
- "std::partition"
153-
- "partition"
154-
- "algorithm/std::partition_point"
155-
- "std::partition_point"
156-
- "partition_point"
157-
- "algorithm/std::pop_heap"
158-
- "std::pop_heap"
159-
- "pop_heap"
160-
- "algorithm/std::prev_permutation"
161-
- "std::prev_permutation"
162-
- "prev_permutation"
163-
- "algorithm/std::push_heap"
164-
- "std::push_heap"
165-
- "push_heap"
166-
- "algorithm/std::random_shuffle"
167-
- "std::random_shuffle"
168-
- "random_shuffle"
169-
- "algorithm/std::remove"
170-
- "std::remove"
171-
- "remove"
172-
- "algorithm/std::remove_copy"
173-
- "std::remove_copy"
174-
- "remove_copy"
175-
- "algorithm/std::remove_copy_if"
176-
- "std::remove_copy_if"
177-
- "remove_copy_if"
178-
- "algorithm/std::remove_if"
179-
- "std::remove_if"
180-
- "remove_if"
181-
- "algorithm/std::replace"
182-
- "std::replace"
183-
- "replace"
184-
- "algorithm/std::replace_copy"
185-
- "std::replace_copy"
186-
- "replace_copy"
187-
- "algorithm/std::replace_copy_if"
188-
- "std::replace_copy_if"
189-
- "replace_copy_if"
190-
- "algorithm/std::replace_if"
191-
- "std::replace_if"
192-
- "replace_if"
193-
- "algorithm/std::reverse"
194-
- "std::reverse"
195-
- "reverse"
196-
- "algorithm/std::reverse_copy"
197-
- "std::reverse_copy"
198-
- "reverse_copy"
199-
- "algorithm/std::rotate"
200-
- "std::rotate"
201-
- "rotate"
202-
- "algorithm/std::rotate_copy"
203-
- "std::rotate_copy"
204-
- "rotate_copy"
205-
- "algorithm/std::search"
206-
- "std::search"
207-
- "search"
208-
- "algorithm/std::search_n"
209-
- "std::search_n"
210-
- "search_n"
211-
- "algorithm/std::set_difference"
212-
- "std::set_difference"
213-
- "set_difference"
214-
- "algorithm/std::set_intersection"
215-
- "std::set_intersection"
216-
- "set_intersection"
217-
- "algorithm/std::set_symmetric_difference"
218-
- "std::set_symmetric_difference"
219-
- "set_symmetric_difference"
220-
- "algorithm/std::set_union"
221-
- "std::set_union"
222-
- "set_union"
223-
- "algorithm/std::shuffle"
224-
- "std::shuffle"
225-
- "shuffle"
226-
- "algorithm/std::sort"
227-
- "std::sort"
228-
- "sort"
229-
- "algorithm/std::sort_heap"
230-
- "std::sort_heap"
231-
- "sort_heap"
232-
- "algorithm/std::stable_partition"
233-
- "std::stable_partition"
234-
- "stable_partition"
235-
- "algorithm/std::stable_sort"
236-
- "std::stable_sort"
237-
- "stable_sort"
238-
- "algorithm/std::swap_ranges"
239-
- "std::swap_ranges"
240-
- "swap_ranges"
241-
- "algorithm/std::transform"
242-
- "std::transform"
243-
- "transform"
244-
- "algorithm/std::unique"
245-
- "std::unique"
246-
- "unique"
247-
- "algorithm/std::unique_copy"
248-
- "std::unique_copy"
249-
- "unique_copy"
250-
- "algorithm/std::upper_bound"
251-
- "std::upper_bound"
252-
- "upper_bound"
253-
- "xutility/std::copy"
254-
- "xutility/std::copy_backward"
255-
- "xutility/std::copy_n"
256-
- "xutility/std::count"
257-
- "std::count"
258-
- "count"
259-
- "xutility/std::equal"
260-
- "xutility/std::fill"
261-
- "xutility/std::fill_n"
262-
- "xutility/std::find"
263-
- "xutility/std::is_permutation"
264-
- "xutility/std::lexicographical_compare"
265-
- "xutility/std::move"
266-
- "xutility/std::move_backward"
267-
- "xutility/std::reverse"
268-
- "xutility/std::rotate"
9+
f1_keywords: ['algorithm/std::adjacent_find', 'adjacent_find', 'algorithm/std::all_of', 'all_of', 'algorithm/std::any_of', 'any_of', 'algorithm/std::binary_search', 'binary_search', 'algorithm/std::copy', 'copy', 'algorithm/std::copy_backward', 'copy_backward', 'algorithm/std::copy_if', 'copy_if', 'algorithm/std::copy_n', 'copy_n', 'algorithm/std::equal', 'equal', 'algorithm/std::equal_range', 'equal_range', 'algorithm/std::fill', 'fill', 'algorithm/std::fill_n', 'fill_n', 'algorithm/std::find', 'find', 'algorithm/std::find_end', 'find_end', 'algorithm/std::find_first_of', 'find_first_of', 'algorithm/std::find_if', 'find_if', 'algorithm/std::find_if_not', 'find_if_not', 'algorithm/std::for_each', 'for_each', 'algorithm/std::generate', 'generate', 'algorithm/std::generate_n', 'generate_n', 'algorithm/std::includes', 'includes', 'algorithm/std::inplace_merge', 'inplace_merge', 'algorithm/std::is_heap', 'is_heap', 'algorithm/std::is_heap_until', 'is_heap_until', 'algorithm/std::is_partitioned', 'is_partitioned', 'algorithm/std::is_permutation', 'is_permutation', 'algorithm/std::is_sorted', 'is_sorted', 'algorithm/std::is_sorted_until', 'is_sorted_until', 'algorithm/std::iter_swap', 'iter_swap', 'algorithm/std::lexicographical_compare', 'lexicographical_compare', 'algorithm/std::lower_bound', 'lower_bound', 'algorithm/std::make_heap', 'make_heap', 'algorithm/std::max', 'max', 'algorithm/std::max_element', 'max_element', 'algorithm/std::merge', 'merge', 'algorithm/std::min', 'min', 'algorithm/std::minmax', 'minmax', 'algorithm/std::minmax_element', 'minmax_element', 'algorithm/std::min_element', 'min_element', 'algorithm/std::mismatch', 'mismatch', 'algorithm/std::move', 'move', 'algorithm/std::move_backward', 'move_backward', 'algorithm/std::next_permutation', 'next_permutation', 'algorithm/std::none_of', 'none_of', 'algorithm/std::nth_element', 'nth_element', 'algorithm/std::partial_sort', 'partial_sort', 'algorithm/std::partial_sort_copy', 'partial_sort_copy', 'algorithm/std::partition', 'partition', 'algorithm/std::partition_point', 'partition_point', 'algorithm/std::pop_heap', 'pop_heap', 'algorithm/std::prev_permutation', 'prev_permutation', 'algorithm/std::push_heap', 'push_heap', 'algorithm/std::random_shuffle', 'random_shuffle', 'algorithm/std::remove', 'remove', 'algorithm/std::remove_copy', 'remove_copy', 'algorithm/std::remove_copy_if', 'remove_copy_if', 'algorithm/std::remove_if', 'remove_if', 'algorithm/std::replace', 'replace', 'algorithm/std::replace_copy', 'replace_copy', 'algorithm/std::replace_copy_if', 'replace_copy_if', 'algorithm/std::replace_if', 'replace_if', 'algorithm/std::reverse', 'reverse', 'algorithm/std::reverse_copy', 'reverse_copy', 'algorithm/std::rotate', 'rotate', 'algorithm/std::rotate_copy', 'rotate_copy', 'algorithm/std::search', 'search', 'algorithm/std::search_n', 'search_n', 'algorithm/std::set_difference', 'set_difference', 'algorithm/std::set_intersection', 'set_intersection', 'algorithm/std::set_symmetric_difference', 'set_symmetric_difference', 'algorithm/std::set_union', 'set_union', 'algorithm/std::shuffle', 'shuffle', 'algorithm/std::sort', 'sort', 'algorithm/std::sort_heap', 'sort_heap', 'algorithm/std::stable_partition', 'stable_partition', 'algorithm/std::stable_sort', 'stable_sort', 'algorithm/std::swap_ranges', 'swap_ranges', 'algorithm/std::transform', 'transform', 'algorithm/std::unique', 'unique', 'algorithm/std::unique_copy', 'unique_copy', 'algorithm/std::upper_bound', 'upper_bound', 'xutility/std::copy', 'xutility/std::copy_backward', 'xutility/std::copy_n', 'xutility/std::count', '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']
10+
dev_langs:
11+
- "C++"
26912
ms.assetid: c10b0c65-410c-4c83-abf8-8b7f61bba8d0
27013
caps.latest.revision: 20
27114
author: "corob-msft"

docs/standard-library/aligned-storage-class.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "aligned_storage"
13-
- "std::aligned_storage"
14-
- "type_traits/std::aligned_storage"
11+
f1_keywords: ['aligned_storage', 'type_traits/std::aligned_storage']
1512
dev_langs:
1613
- "C++"
1714
helpviewer_keywords:

docs/standard-library/aligned-union-class.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "aligned_union"
13-
- "std.aligned_union"
14-
- "std::aligned_union"
15-
- "type_traits/std::aligned_union"
11+
f1_keywords: ['aligned_union', 'type_traits/std::aligned_union']
1612
dev_langs:
1713
- "C++"
1814
helpviewer_keywords:

docs/standard-library/alignment-of-class.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ms.technology:
88
- "devlang-cpp"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
12-
- "alignment_of"
13-
- "std::alignment_of"
14-
- "type_traits/std::alignment_of"
11+
f1_keywords: ['alignment_of', 'type_traits/std::alignment_of']
1512
dev_langs:
1613
- "C++"
1714
helpviewer_keywords:

0 commit comments

Comments
 (0)