Skip to content

Commit 225d6d0

Browse files
authored
Merge pull request MicrosoftDocs#945 from msebolt/cpp-consolidation-cleanup-functional
cleanup-functional
2 parents 90e7d83 + 0d5a404 commit 225d6d0

29 files changed

Lines changed: 135 additions & 3055 deletions

.openpublishing.redirection.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,141 @@
460460
"redirect_url": "/cpp/dotnet/adapter-stl-clr#range_adapter_range_adapter",
461461
"redirect_document_id": false
462462
},
463+
{
464+
"source_path": "docs/dotnet/binary-delegate-stl-clr.md",
465+
"redirect_url": "/cpp/dotnet/functional-stl-clr#binary_delegate",
466+
"redirect_document_id": false
467+
},
468+
{
469+
"source_path": "docs/dotnet/binary-delegate-noreturn-stl-clr.md",
470+
"redirect_url": "/cpp/dotnet/functional-stl-clr#binary_delegate_noreturn",
471+
"redirect_document_id": false
472+
},
473+
{
474+
"source_path": "docs/dotnet/binary-negate-stl-clr.md",
475+
"redirect_url": "/cpp/dotnet/functional-stl-clr#negate",
476+
"redirect_document_id": false
477+
},
478+
{
479+
"source_path": "docs/dotnet/bind1st-stl-clr.md",
480+
"redirect_url": "/cpp/dotnet/functional-stl-clr#bind1st",
481+
"redirect_document_id": false
482+
},
483+
{
484+
"source_path": "docs/dotnet/bind2nd-stl-clr.md",
485+
"redirect_url": "/cpp/dotnet/functional-stl-clr#bind2nd",
486+
"redirect_document_id": false
487+
},
488+
{
489+
"source_path": "docs/dotnet/binder1st-stl-clr.md",
490+
"redirect_url": "/cpp/dotnet/functional-stl-clr#binder1st",
491+
"redirect_document_id": false
492+
},
493+
{
494+
"source_path": "docs/dotnet/binder2nd-stl-clr.md",
495+
"redirect_url": "/cpp/dotnet/functional-stl-clr#binder2nd",
496+
"redirect_document_id": false
497+
},
498+
{
499+
"source_path": "docs/dotnet/divides-stl-clr.md",
500+
"redirect_url": "/cpp/dotnet/functional-stl-clr#divides",
501+
"redirect_document_id": false
502+
},
503+
{
504+
"source_path": "docs/dotnet/equal-to-stl-clr.md",
505+
"redirect_url": "/cpp/dotnet/functional-stl-clr#equal_to",
506+
"redirect_document_id": false
507+
},
508+
{
509+
"source_path": "docs/dotnet/greater-stl-clr.md",
510+
"redirect_url": "/cpp/dotnet/functional-stl-clr#greater",
511+
"redirect_document_id": false
512+
},
513+
{
514+
"source_path": "docs/dotnet/greater-equal-stl-clr.md",
515+
"redirect_url": "/cpp/dotnet/functional-stl-clr#greater_equal",
516+
"redirect_document_id": false
517+
},
518+
{
519+
"source_path": "docs/dotnet/less-stl-clr.md",
520+
"redirect_url": "/cpp/dotnet/functional-stl-clr#less",
521+
"redirect_document_id": false
522+
},
523+
{
524+
"source_path": "docs/dotnet/less-equal-stl-clr.md",
525+
"redirect_url": "/cpp/dotnet/functional-stl-clr#less_equal",
526+
"redirect_document_id": false
527+
},
528+
{
529+
"source_path": "docs/dotnet/logical-and-stl-clr.md",
530+
"redirect_url": "/cpp/dotnet/functional-stl-clr#logical_and",
531+
"redirect_document_id": false
532+
},
533+
{
534+
"source_path": "docs/dotnet/logical-not-stl-clr.md",
535+
"redirect_url": "/cpp/dotnet/functional-stl-clr#logical_not",
536+
"redirect_document_id": false
537+
},
538+
{
539+
"source_path": "docs/dotnet/logical-or-stl-clr.md",
540+
"redirect_url": "/cpp/dotnet/functional-stl-clr#logical_or",
541+
"redirect_document_id": false
542+
},
543+
{
544+
"source_path": "docs/dotnet/minus-stl-clr.md",
545+
"redirect_url": "/cpp/dotnet/functional-stl-clr#minus",
546+
"redirect_document_id": false
547+
},
548+
{
549+
"source_path": "docs/dotnet/modulus-stl-clr.md",
550+
"redirect_url": "/cpp/dotnet/functional-stl-clr#modulus",
551+
"redirect_document_id": false
552+
},
553+
{
554+
"source_path": "docs/dotnet/multiplies-stl-clr.md",
555+
"redirect_url": "/cpp/dotnet/functional-stl-clr#multiplies",
556+
"redirect_document_id": false
557+
},
558+
{
559+
"source_path": "docs/dotnet/negate-stl-clr.md",
560+
"redirect_url": "/cpp/dotnet/functional-stl-clr#negate",
561+
"redirect_document_id": false
562+
},
563+
{
564+
"source_path": "docs/dotnet/not-equal-to-stl-clr.md",
565+
"redirect_url": "/cpp/dotnet/functional-stl-clr#not_equal_to",
566+
"redirect_document_id": false
567+
},
568+
{
569+
"source_path": "docs/dotnet/not1-stl-clr.md",
570+
"redirect_url": "/cpp/dotnet/functional-stl-clr#not1",
571+
"redirect_document_id": false
572+
},
573+
{
574+
"source_path": "docs/dotnet/not2-stl-clr.md",
575+
"redirect_url": "/cpp/dotnet/functional-stl-clr#not2",
576+
"redirect_document_id": false
577+
},
578+
{
579+
"source_path": "docs/dotnet/plus-stl-clr.md",
580+
"redirect_url": "/cpp/dotnet/functional-stl-clr#plus",
581+
"redirect_document_id": false
582+
},
583+
{
584+
"source_path": "docs/dotnet/unary-delegate-stl-clr.md",
585+
"redirect_url": "/cpp/dotnet/functional-stl-clr#unary_delegate",
586+
"redirect_document_id": false
587+
},
588+
{
589+
"source_path": "docs/dotnet/unary-delegate-noreturn-stl-clr.md",
590+
"redirect_url": "/cpp/dotnet/functional-stl-clr#unary_delegate_noreturn",
591+
"redirect_document_id": false
592+
},
593+
{
594+
"source_path": "docs/dotnet/unary-negate-stl-clr.md",
595+
"redirect_url": "/cpp/dotnet/functional-stl-clr#unary_negate",
596+
"redirect_document_id": false
597+
},
463598
{
464599
"source_path": "docs/dotnet/adjacent-find-stl-clr.md",
465600
"redirect_url": "/cpp/dotnet/algorithm-stl-clr#adjacent_find",

docs/dotnet/TOC.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -181,33 +181,6 @@
181181
#### [How to: Iterate Over a Generic Collection with for each](how-to-iterate-over-a-generic-collection-with-for-each.md)
182182
#### [How to: Iterate Over a User-Defined Collection with for each](how-to-iterate-over-a-user-defined-collection-with-for-each.md)
183183
### [functional (STL/CLR)](functional-stl-clr.md)
184-
#### [binary_delegate (STL/CLR)](binary-delegate-stl-clr.md)
185-
#### [binary_delegate_noreturn (STL/CLR)](binary-delegate-noreturn-stl-clr.md)
186-
#### [binary_negate (STL/CLR)](binary-negate-stl-clr.md)
187-
#### [bind1st (STL/CLR)](bind1st-stl-clr.md)
188-
#### [bind2nd (STL/CLR)](bind2nd-stl-clr.md)
189-
#### [binder1st (STL/CLR)](binder1st-stl-clr.md)
190-
#### [binder2nd (STL/CLR)](binder2nd-stl-clr.md)
191-
#### [divides (STL/CLR)](divides-stl-clr.md)
192-
#### [equal_to (STL/CLR)](equal-to-stl-clr.md)
193-
#### [greater (STL/CLR)](greater-stl-clr.md)
194-
#### [greater_equal (STL/CLR)](greater-equal-stl-clr.md)
195-
#### [less (STL/CLR)](less-stl-clr.md)
196-
#### [less_equal (STL/CLR)](less-equal-stl-clr.md)
197-
#### [logical_and (STL/CLR)](logical-and-stl-clr.md)
198-
#### [logical_not (STL/CLR)](logical-not-stl-clr.md)
199-
#### [logical_or (STL/CLR)](logical-or-stl-clr.md)
200-
#### [minus (STL/CLR)](minus-stl-clr.md)
201-
#### [modulus (STL/CLR)](modulus-stl-clr.md)
202-
#### [multiplies (STL/CLR)](multiplies-stl-clr.md)
203-
#### [negate (STL/CLR)](negate-stl-clr.md)
204-
#### [not_equal_to (STL/CLR)](not-equal-to-stl-clr.md)
205-
#### [not1 (STL/CLR)](not1-stl-clr.md)
206-
#### [not2 (STL/CLR)](not2-stl-clr.md)
207-
#### [plus (STL/CLR)](plus-stl-clr.md)
208-
#### [unary_delegate (STL/CLR)](unary-delegate-stl-clr.md)
209-
#### [unary_delegate_noreturn (STL/CLR)](unary-delegate-noreturn-stl-clr.md)
210-
#### [unary_negate (STL/CLR)](unary-negate-stl-clr.md)
211184
### [hash_map (STL/CLR)](hash-map-stl-clr.md)
212185
### [hash_multimap (STL/CLR)](hash-multimap-stl-clr.md)
213186
### [hash_multiset (STL/CLR)](hash-multiset-stl-clr.md)

docs/dotnet/binary-delegate-noreturn-stl-clr.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/dotnet/binary-delegate-stl-clr.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)