$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-09-30 13:37:01
Hadriel Kaplan wrote:
> perhaps Describe could copy the API of PFR for the overlap.
I don't see how. Describe gives you a typelist describing the type, at
compile time; PFR gives you a tuple API (tuple_size and get<I>.)