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