Home
last modified time | relevance | path

Searched refs:PopulationCategory (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp132 typedef typename std::iterator_traits<PopulationIterator>::iterator_category PopulationCategory; in test_small_population() typedef
133 if (std::is_base_of<std::forward_iterator_tag, PopulationCategory>::value) { in test_small_population()