IntegralBox Class

template <Integral T> class IntegralBox

A box holding any Integral type. More...

Header: #include <concepts.h>

Detailed Description

IntegralBox demonstrates the direct concept-on-template-parameter form: the template parameter T is constrained by the Integral concept without an explicit requires clause.