$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Maitin-Shepard (jbms_at_[hidden])
Date: 2004-08-18 18:22:56
Arturo_Cuebas_at_[hidden] writes:
> [snip]
> Is it possible to implement whatever_cast in such a way that it mimics
> what mpl::list does - in its acceptance of a variable number of template
> parameters - but produces a function?
It could be defined as a class template, and produce a function object.
-- Jeremy Maitin-Shepard