std::tuple memory alignment

Not only is there no requirement that the objects be arranged any particular way, but many tuple implementations actually put the second object before the first one.

Leave a Comment