
25 Jul
2013
25 Jul
'13
11:24 a.m.
Hello,
The following code is expected to get the key-extractor, but it
doesn't compile. How to do this correctly?
Thanks.
#include
container_type;
typedef container_type::key_from_value_type extractor_type; // doesn't compile typedef container_type::nth_index<0>::key_from_value_type extractor_type; // doesn't compile