pfor/src/pfor/index/properties.h

11 lines
206 B
C

#ifndef PFOR_PFOR_INDEX_PROPERTIES_H
#define PFOR_PFOR_INDEX_PROPERTIES_H
#include "property/injective.h"
#include "property/monotonic.h"
#include "property/linear.h"
#include "property/traits.h"
#endif