Struct faiss::CMin

template<typename T_, typename TI_>
struct CMin

Public Types

typedef T_ T
typedef TI_ TI
typedef CMax<T_, TI_> Crev

Public Static Functions

static inline bool cmp(T a, T b)
static inline bool cmp2(T a1, T b1, TI a2, TI b2)
static inline T neutral()
static inline T nextafter(T x)

Public Static Attributes

static const bool is_max = false