PortableBitfields icon indicating copy to clipboard operation
PortableBitfields copied to clipboard

Bitfields template class type parameter alias

Open RayFroehlich opened this issue 9 months ago • 0 comments

Add a template parameter type alias to the Bitfields template class to facilitate use in scenarios where that UnderlyingType is shared.

For example, if this library is combined with the Embedded Template Library io_port, it is clearer and more explicit to refer to the type alias of specialized Bitfields types when declaring io_port wrappers.

RayFroehlich avatar Apr 01 '25 19:04 RayFroehlich