NiHu  2.0
tmp::bubble_sort< Seq, Compare, cnt > Struct Template Reference

sort a sequence by bubble sort More...

#include <algorithm.hpp>

Detailed Description

template<class Seq, class Compare = less<_2, _1>, class cnt = typename size<Seq>::type>
struct tmp::bubble_sort< Seq, Compare, cnt >

sort a sequence by bubble sort

Template Parameters
Seqthe sequence to sort
Comparethe comparison metfunctor

Definition at line 390 of file algorithm.hpp.


The documentation for this struct was generated from the following file: