ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions | Variables
testSortOrder.cxx File Reference
#include <iostream>
#include <algorithm>
#include <ctime>
#include <vector>
#include "TMath.h"
#include "TRandom2.h"
Include dependency graph for testSortOrder.cxx:

Go to the source code of this file.

Classes

struct  CompareDesc< T >
 
struct  CompareAsc< T >
 

Functions

template<typename T >
bool testSort (const int n)
 
bool stdsort ()
 
int main (int, char **)
 

Variables

const int maxint = 20
 

Function Documentation

int main ( int  ,
char **   
)

Definition at line 107 of file testSortOrder.cxx.

bool stdsort ( )

Definition at line 102 of file testSortOrder.cxx.

Referenced by main().

template<typename T >
bool testSort ( const int  n)

Definition at line 41 of file testSortOrder.cxx.

Variable Documentation

const int maxint = 20

Definition at line 11 of file testSortOrder.cxx.

Referenced by testSort().