Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/algorithm/dsc is partitioned"

From cppreference.com
(Created page with "{{dcl list tfun | cpp/algorithm/is_partitioned | determine if the range is partitioned by the given predicate | notes={{mark c++11}} }}")
 
Line 1: Line 1:
{{dcl list tfun | cpp/algorithm/is_partitioned | determine if the range is partitioned by the given predicate | notes={{mark c++11}} }}
+
{{dcl list tfun | cpp/algorithm/is_partitioned | determines if the range is partitioned by the given predicate | notes={{mark c++11}} }}

Revision as of 11:44, 12 August 2011

|- class="t-dsc"

|

| determines if the range is partitioned by the given predicate
(function template) |-