CPPDescent
80d9539 (with uncommitted changes)
A C++ KNN-Graph creation library
Loading...
Searching...
No Matches
include
cppdescent
common.hpp
1
#pragma once
2
3
typedef
void
* Pointer;
4
5
typedef
int (*CompareFunc)(Pointer a, Pointer b);
6
7
typedef
void (*DestroyFunc)(Pointer value);
8
9
typedef
unsigned
int (*HashFunc)(Pointer);
Generated by
1.9.7