libsapling
0.8.0
|
Typed AVL interface implementation. More...
#include "libsapling/dm/typed/typed_adapters.h"
Go to the source code of this file.
Macros | |
#define | IMPLEMENT_TYPED_AVL(SYM, TYPE, CMP, EQU, FPF) |
Typed AVL interface implementation.
Use SYM__cmp_predicate
when inserting and SYM__equ_predicate
when searching for a particular item with the existentials quantifier.