>>151
std::functionとラムダ式組み合わせたら?
std::function<int()> first[] = {[&aa](){return aa.meas();}};