$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [phoenix][lambda] lambda to phoenix translation: get sig (signature) from actor
From: alfC (alfredo.correa_at_[hidden])
Date: 2010-05-29 20:35:47
hi, what is the translation of boost.lambda
typename LambdaExp::template sig<tuple<InputType> >::type
in Boost.Phoenix?
my best try was:
actor<LambdaExp>::result< vector<InputType> >::type
but it doesn't compile.
Thank you,
Alfredo