A box holding any Sortable type. More...
| Header: | #include <concepts.h> |
SortableBox demonstrates the direct concept-on-template-parameter form with a namespaced concept: the parameter T is constrained by traits::Sortable, so the rendered class subtitle must resolve the fully-qualified concept name rather than the bare Sortable token.