An (unsigned) integral type adapter, for output of bit values. More...
#include <BitOps.H>
Public Types | |
| typedef UIntType | value_type |
Public Member Functions | |
| constexpr | bitInfo () noexcept |
| Null constructible as zero. | |
| bitInfo (UIntType val) noexcept | |
| Value construct. | |
| operator UIntType () const noexcept | |
| Conversion to base type. | |
| operator UIntType & () noexcept | |
| Conversion to base type. | |
Public Attributes | |
| value_type | value |
An (unsigned) integral type adapter, for output of bit values.
| typedef UIntType value_type |
|
inlineconstexprnoexcept |
Null constructible as zero.
Definition at line 357 of file BitOps.H.
References Foam::noexcept, and value.
|
inlineexplicitnoexcept |
|
inlinenoexcept |
Conversion to base type.
Definition at line 367 of file BitOps.H.
References Foam::noexcept, and value.
|
inlinenoexcept |
| value_type value |
Definition at line 352 of file BitOps.H.
Referenced by bitInfo(), operator UIntType(), operator UIntType &(), and Foam::operator<<().