Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BubbleSort Struct Template Reference

sorts an array of T with size N using inlined bubble-sort. More...

#include <generic_algo.h>

List of all members.

Static Public Methods

void sort (T *array)


Detailed Description

template<class T, int N>
struct rs::gen_algo::BubbleSort< T, N >

sorts an array of T with size N using inlined bubble-sort.

Definition at line 39 of file generic_algo.h.


Member Function Documentation

void sort T *    array [inline, static]
 

Definition at line 40 of file generic_algo.h.

Referenced by BubbleSort< T, 1 >::sort().


The documentation for this struct was generated from the following file:
Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen