A namespaced concept satisfied by sortable types. More...

Detailed Description

Sortable lives inside the traits namespace, so QDoc records and renders its fully-qualified name.

Definition

namespace traits {
template <typename T>
concept Sortable = detail::is_integral<T>::value;
}

Used by

SortableBox

A box holding any Sortable type

Cpp20Concepts::pick()