Ditto 1.1.3
SortDirection.hpp
1#ifndef _DITTO_SORT_DIRECTION_
2#define _DITTO_SORT_DIRECTION_
3
4namespace ditto {
5
9enum class SortDirection { ascending = 1, descending };
10} // namespace ditto
11#endif