Logo ROOT   6.10/09
Reference Guide
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:

Classes

struct  CompareAsc< T >
 
struct  CompareDesc< T >
 

Functions

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

Variables

const int maxint = 20
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 107 of file testSortOrder.cxx.

◆ stdsort()

bool stdsort ( )

Definition at line 102 of file testSortOrder.cxx.

◆ testSort()

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

Definition at line 41 of file testSortOrder.cxx.

Variable Documentation

◆ maxint

const int maxint = 20

Definition at line 11 of file testSortOrder.cxx.