We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc8ef2 commit cd4d8c7Copy full SHA for cd4d8c7
libcxx/include/__algorithm/sample.h
@@ -77,6 +77,12 @@ _LIBCPP_HIDE_FROM_ABI _SampleIterator __sample(
77
return __output_iter;
78
}
79
80
+template <class _AlgPolicy,
81
+ class _PopulationIterator,
82
+ class _PopulationSentinel,
83
+ class _SampleIterator,
84
+ class _Distance,
85
+ class _UniformRandomNumberGenerator>
86
_LIBCPP_HIDE_FROM_ABI _SampleIterator __sample(
87
_PopulationIterator __first,
88
_PopulationSentinel __last,
0 commit comments