A box holding any Integral type. More...
#include <concepts.h>
IntegralBox demonstrates the direct concept-on-template-parameter form: the template parameter T is constrained by the Integral concept without an explicit requires clause.
requires