SortableBox Class

template <traits::Sortable T> class SortableBox

A box holding any Sortable type. More...

Header: #include <concepts.h>

Detailed Description

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.