$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] determine first arg of callable
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2013-05-16 02:25:00
> No, bind function object types do not have the argument types. These types
> are not known until the function object is actually invoked. The only types
> you will find is the bound function object type and bound argument values
> types (and the latter may differ from the actual argument types, BTW).
This is an aside, but is there a way, given the result of a bind(), to
get the types of the bound argument values?
Thanks,
Nate