Search code examples
Inconsistent results when type punning uint64_t with union and bit-field...


c++c++11structunionstype-punning

Read More
Why is my string assignment causing a segmentation fault?...


c++stringsegmentation-faultunions

Read More
Why does __m128 cause alignment issues in a union with float x/y/z?...


csimdsseunionsmemory-alignment

Read More
Capture in a lambda expression of anonymous union member...


c++lambdalanguage-lawyerunions

Read More
C++ polymorphism using tagged unions...


c++polymorphismunions

Read More
Examples of Union in C...


cunions

Read More
Unpacked union in SystemVerilog...


verilogsystem-verilogunionsverification

Read More
Can the note in §9.5.1 apply to non-class type?...


c++structstandardslanguage-lawyerunions

Read More
Referring to two distinct union elements in a single statement...


c++unions

Read More
Do union types actually exist in python?...


pythontypesunionsdynamic-typing

Read More
Can a C++ union member be activated by assignment with pointer-to-member syntax?...


c++constexprunions

Read More
Mapping array of arguments into tuples of <T extends Tuple> = [T, (...args: NonNullArray<T&...


typescripttuplestypescript-typingstypescript-genericsunions

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


arrayscc99unionsbit-fields

Read More
replace reinterpret_cast by unions in constexpr - good idea?...


c++c++11constexprunions

Read More
Copy data to struct in a serial way in C++...


c++structunions

Read More
c++ Inherited instances in a union...


c++optimizationunions

Read More
C++ Expected an expression when defining struct with nested union...


c++structc-preprocessorunionspreprocessor-directive

Read More
Overwriting values of a union provides undefined behavior?...


cdata-structuresunions

Read More
Which is better in C or even C++?...


cstructenumstypedefunions

Read More
Union of structs with only bit fields, sizeof function doubling bytes, C...


cstructsizeofunions

Read More
Aliasing through unions...


cunionsstrict-aliasingtype-punning

Read More
Type punning in C using union...


clanguage-lawyerunionstype-punning

Read More
align array elements differently in aligned union...


c++optimizationunionsmemory-alignmentalignas

Read More
Problem with overloaded typecast operator for struct within a union...


c++structunionstypecast-operator

Read More
How to have inheritance between template with union?...


c++templatesunions

Read More
Is there a way to workaround the limit of 255 types in a flatbuffers union?...


unionsflatbuffers

Read More
Type punning pointers via union...


cunionstype-punning

Read More
Can a union be initialized in initializer-list? If so, how? If not, why?...


c++classunionsinitializer-list

Read More
Union with volatile and non-volatile standard layout types...


c++language-lawyerundefined-behaviorvolatileunions

Read More
Is the code below well formed, in particular regarding aliasing rules?...


c++undefined-behaviorunionsstrict-aliasing

Read More
BackNext