2016-01-02 19:20:51 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "utils/total_ordering.hpp"
|
|
|
|
|
|
|
|
#include "storage/model/properties/properties.hpp"
|
|
|
|
#include "storage/model/properties/property.hpp"
|
|
|
|
|
|
|
|
template <class Ordering>
|
|
|
|
class UniqueIndexKey
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
};
|
|
|
|
|
2016-06-05 15:48:34 +08:00
|
|
|
template <class Ordering>
|
2016-01-02 19:20:51 +08:00
|
|
|
class IndexKey
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
};
|