Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dsample.h84 using _CommonType = typename common_type<_Distance, _Difference>::type; in __sample() local
87 std::move(__first), std::move(__last), std::move(__output_iter), _CommonType(__n), in __sample()