#include <StridePred.h>
Public メソッド | |
bool | operator() (Stream left, Stream right) const |
StridePred.h の 55 行で定義されています。
bool Onikiri::StridePred< T >::SelectStream::operator() | ( | Stream | left, | |
Stream | right | |||
) | const [inline] |
StridePred.h の 58 行で定義されています。
参照先 Onikiri::StridePred< T >::Stream::conf・Onikiri::StridePred< T >::Stream::time.
00059 { 00060 if(left.conf == right.conf) 00061 return left.time < right.time; 00062 else 00063 return left.conf > right.conf; 00064 }