Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dadvance.h61 typedef typename iterator_traits<_InputIter>::difference_type _Difference; in advance() typedef
62 _Difference __n = static_cast<_Difference>(_VSTD::__convert_to_integral(__orig_n)); in advance()
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dsample.h83 …using _Difference = typename _IterOps<_AlgPolicy>::template __difference_type<_PopulationIterator>; in __sample() local
84 using _CommonType = typename common_type<_Distance, _Difference>::type; in __sample()