Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

Working with a union of structs in C

c unions

How can I simulate a C++ union in C#?

c# .net c++ struct unions

Unions versus structures in C

c unions

Are there any guarantees for unions that contain a wrapped type and the type itself?

C++: Strict aliasing vs union abuse

Pthreads and opaque types [closed]

c struct pthreads unions

How to memset an anonymous union with 0

Naming Array Elements, or Struct And Array Within a Union

Implementation of C++ Cast

c++ casting unions

C++11 empty list Initialization of a union - is it guaranteed to initialize the full length of the union?

What is the difference between a proper defined union and a reinterpret_cast?

c++ unions reinterpret-cast

Shapeless: map from coproduct to different coproduct

scala unions shapeless

Is it possible to put several objects together inside a union?

c++ unions

What are the benefits of unnamed structs / unions in C?

c struct unions

Strange C++ boolean casting behaviour (true!=true)

c++ casting boolean unions

Unions in C++11: default constructor seems to be deleted

Do array elements count as a common initial sequence?

Which union member becomes active after placement new

What makes a union member active?

What does C standard say about a union of two identical types

c types unions