ReactOS 0.4.15-dev-7961-gdcf9eb0
sort_test.cpp File Reference
#include <vector>
#include <algorithm>
#include <functional>
#include "cppunit/cppunit_proxy.h"
Include dependency graph for sort_test.cpp:

Go to the source code of this file.

Classes

class  SortTest
 
struct  Data
 
struct  SortTestAux
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (SortTest)
 

Variables

template<class _Tp >
void SortTestFunc (_Tp)
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( SortTest  )

Variable Documentation

◆ SortTestFunc

template<class _Tp >
void SortTestFunc(_Tp) ( _Tp  )

Definition at line 178 of file sort_test.cpp.

178 {
179}

Referenced by SortTest::sort4().