$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-13 15:27:33
I'm not sure we have the framework in place for documenting the following:
struct copy_const_reference
{
template <class T>
struct apply
{
typedef ... type;
};
};
Bill, did you have anything in mind for constructs like this one?
I'm actually thinking that apply should be listed under member
metafunctions.
-Dave
*---------------------------------------------------*
David Abrahams
C++ Booster (http://www.boost.org)
Pythonista (http://www.python.org)
resume: http://users.rcn.com/abrahams/resume.html
email: david.abrahams_at_[hidden]
*---------------------------------------------------*