Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

Is there an elegant way to swap references in C++?

c++ reference swap unions

Using unions to simplify casts

c data-structures unions

union versus void pointer

c unions

Assignment between union members

c++ language-lawyer unions

What is the use of the 'protected' keyword inside a union? [duplicate]

c++ c++11 unions

How are the union members stored?

c endianness unions

Memory position of elements in C/C++ union

c++ c c++11 unions c11

Boost Variant essentially a Union in c/c++?

c++ c unions boost-variant

Union and Struct Initialization

c unions

Is it undefined behaviour to call a function with pointers to different elements of a union as arguments?

Constructor and copy-constructor for class containing union with non-trivial members

Best practice for unions in Go

go unions

Accessing same-type inactive member in unions

How to know that which variable from Union is Used?

c unions

Union common initial sequence with primitive

Is const-casting via a union undefined behaviour?

Is it legal and well defined behavior to use a union for conversion between two structs with a common initial sequence (see example)?

c++ c c99 unions c89

What are Unrestricted Unions proposed in C++11?

c++ c++11 unions

Is there a way to access individual bits with a union?

c structure bits unions

Is it valid to use bit fields with union?

c structure bit-fields unions