$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Brock Peabody (brock.peabody_at_[hidden])
Date: 2004-11-23 09:29:22
> On Behalf Of Doug Gregor
>
> Yes :)
>
> With result_of, you pass the function object type _and_ the types of
> the arguments, e.g.,
>
> boost::result_of<test_struct(int, float)>::type
>
> That's how result_of is able to deal with polymorphic function objects.
Ahh, that's pretty slick!
Thanks,
Brock