Changeset 1380 in Sophya
- Timestamp:
- Jan 10, 2001, 5:55:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/simplesort.h
r1371 r1380 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: simplesort.h,v 1. 3 2001-01-05 17:06:31 ansariExp $3 // $Id: simplesort.h,v 1.4 2001-01-10 16:55:53 yvon Exp $ 4 4 // 5 5 … … 71 71 // Comparateur qui agit sur l'index en comparant les donnees avec dataCompare 72 72 template <class data, class index, class dataCompare> 73 struct IndexComp : public binary_function<index,index,bool>73 struct IndexComp : public std::binary_function<index,index,bool> 74 74 { 75 75 IndexComp(data* begin_data, index* begin_index, dataCompare comp)
Note:
See TracChangeset
for help on using the changeset viewer.