Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

C: typedef union

Constructing a union tuple in C++11

c++ c++11 tuples unions

F# generic function filter list of discriminated unions

generics filter f# unions

How can I prevent a nameless struct\union?

c++ struct standards unions

select an union member depending on a template parameter

c++ templates member unions

How to write destructor for union-like class

Why is this UNION like a struct?

c struct unions

Is a union more efficient than a shift on modern compilers?

Shared ptr in union

c++ shared-ptr unions

Unions that contain a"type" member

c++ c unions

Why is my union's size bigger than I expected?

c++ unions

Can an Ada Variant Record be binary compatible to a C++ union?

c++ record ada unions variant

How to create a union with a 32 bit int and four 8 bit char types that each refer to difference slice of the 32 bit int?

c++ unions

union initialisation

c++ c unions

Can you write a copy constructor for a union with const members?

c++ unions

C++ lifetime of union member

union containing only one struct

c struct unions

Can we use va_arg with unions?

What kind of conversion is this code doing?

c unions