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