$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Checking interest in std::get for PODs
From: Oswin Krause (Oswin.Krause_at_[hidden])
Date: 2016-06-03 08:40:53
Hi,
> What are the practical benefits of being able to access PODS by index
> as opposed to using a tuple instead ?
names with a proper semantic are a huge plus compared to tuples. Such a
structure could be helpful in serializing simple data structures
automatically.
Best,
Oswin