$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Fusion variadic vs. fusion numbered vector
From: ÐндÑей - (andigor_at_[hidden])
Date: 2012-12-23 16:07:13
Hi
Is there any converter ( such as boost::fusion::as_vector ) in fusion for convert numbered form type of boost::fusion::vector to variadic ?
Another question is why boost::fusion::make_vector ad boost::fusion::as_vector returns numbered forms of vector but boost::fusion::vector_tie - variadic ?
Â