A namespaced concept satisfied by sortable types. More...
Sortable lives inside the traits namespace, so QDoc records and renders its fully-qualified name.
namespace traits {
template <typename T>
concept Sortable = detail::is_integral<T>::value;
}
A box holding any Sortable type | |