ΒΆtemplate <typename IteratorTy,
std::enable_if_t<
!detail::sort_trivially_copyable<
IteratorTy>::value,
int> = 0>
inline void sort(IteratorTy Start, IteratorTy End)
template <typename IteratorTy,
std::enable_if_t<
!detail::sort_trivially_copyable<
IteratorTy>::value,
int> = 0>
inline void sort(IteratorTy Start, IteratorTy End)
Declared at: llvm/include/llvm/ADT/STLExtras.h:1562
Templates
- IteratorTy
- std::enable_if_t::value, int> = 0
Parameters
- IteratorTy Start
- IteratorTy End