Functions | |
template<typename I_, typename O_, typename C_> | |
void | real_fast_unique_copy (const I_ &start, const I_ &end, const I_ &full_end, O_ out, C_ comp, const I_ &mbgt) |
void paludis::fast_unique_copy_internals::real_fast_unique_copy | ( | const I_ & | start, | |
const I_ & | end, | |||
const I_ & | full_end, | |||
O_ | out, | |||
C_ | comp, | |||
const I_ & | mbgt | |||
) | [inline] |
For use by fast_unique_copy only.