Search code examples
Trying to use std::bit_cast with a bitfield struct. Why is it not constexpr?...


c++constexprbit-fieldsbit-cast

Read More
Memory layout of struct having bitfields...


cunixstructipbit-fields

Read More
Can bit-fields only be fields of a structure/union, never "normal", "stand-alone&quot...


cvariablesbit-fields

Read More
Why does unsigned 3-bit bitfield wrap around -7 to 1...


cbit-fieldsqualifiers

Read More
Does Python have a bitfield type?...


pythonbit-fieldsbitarray

Read More
How to properly represent arrays of non full byte numbers in c++?...


c++arraysstructintegerbit-fields

Read More
Is there a way to detect padding bits in a bitfield?...


c++bit-fieldsstatic-assert

Read More
will adding a new bit-field to my C-struct break binary-compatibility?...


cbit-fieldsbinary-compatibility

Read More
Forcing enum field to 8 bits in standard C with bitfields...


cenumsbit-fields

Read More
Converting Bit Field to int...


cbit-fields

Read More
C++ convert an unsigned int in range [0, 2^n) to signed int in range [-2^(n-1), 2^(n-1) )...


c++bit-fields

Read More
Why can't I make an array of structs with bitfield?...


arrayscc99unionsbit-fields

Read More
Why are non-const references to bitfields prohibited?...


c++c++11bit-fields

Read More
Initializing bit-fields...


cstructinitializationbit-fieldsansi-c

Read More
successive unnamed field of width zero in bit-field does not change size of struct...


cbit-fields

Read More
Behavior of union with different data types...


c++bit-fields

Read More
Casting to union field yields to conversion warning...


cgccembeddedbit-fieldsmicrochip

Read More
Rust bitfields and enumerations C++ style...


c++winapirustbit-fieldsbitflags

Read More
how to pack the size of struct contains bitfield struct in it?...


cgccbit-fields

Read More
C: Typecasting with bitfields reverses values?...


cstructcastingbit-fields

Read More
Mixing colors with bitfields in C with bitwise operators?...


cbit-manipulationbitwise-operatorsbit-fields

Read More
Bit-Fields in C/C++: what is guaranteed, what is implementation-defined?...


cbit-fieldsimplementation-defined-behavior

Read More
Characteristics of bit-Fields in C++...


c++language-lawyerbit-fieldsimplementation-defined-behavior

Read More
Why the output is 4 and not 16 in this C code?...


cpointersbit-fields

Read More
In C, what does a colon mean inside a declaration?...


csyntaxbit-fields

Read More
What does 'unsigned temp:3' in a struct or union mean?...


c++csyntaxbit-fields

Read More
Using bitfield-structs in binary de-serialization: is layout guaranteed on GCC?...


cgccbit-fields

Read More
Assembly x86 MASM - Problem of extracting 5 bits from memory...


assemblyx86bit-manipulationmasmbit-fields

Read More
Is it safe to use -1 to set all bits to true?...


c++cbinarybit-fields

Read More
Create an Enum with a bitfield...


pythonenumsbit-fields

Read More
BackNext