
19 Jul
2012
19 Jul
'12
7:17 p.m.
AMDG On 07/18/2012 11:43 AM, Vicente Botet wrote:
Well, I think I have understood how this can work.
get<1>(t1) returns an any that has a binding std::vector<double>,int,double and is this binding that allows to associate _a to std::vector<double>.
Exactly.
I 'd appreciate if the documentation clarifies what these bindings are, how they are built built and used.
You mean like: http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/... and http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/... As for how it's used, a number of functions take an optional binding argument such as http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/... In Christ, Steven Watanabe