libstdc++: algorithm File Reference (original) (raw)

Go to the source code of this file.

Functions
template<typename _PopulationIterator , typename _SampleIterator , typename _Distance >
_SampleIterator std::experimental::sample (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n)
template<typename _PopulationIterator , typename _SampleIterator , typename _Distance , typename _UniformRandomNumberGenerator >
_SampleIterator std::experimental::sample (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n, _UniformRandomNumberGenerator &&__g)
template<typename _ForwardIterator , typename _Searcher >
_ForwardIterator std::experimental::search (_ForwardIterator __first, _ForwardIterator __last, const _Searcher &__searcher)
template<typename _RandomAccessIterator >
void std::experimental::shuffle (_RandomAccessIterator __first, _RandomAccessIterator __last)

This is a TS C++ Library header.

Definition in file experimental/algorithm.

__cpp_lib_experimental_sample

#define __cpp_lib_experimental_sample