Ditto
4.6.0
Loading...
Searching...
No Matches
include
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
Generated by
1.10.0