>>151
普通に
int main(){
Abc aa;
Abc bb;
int list[] = {aa, bb};

auto x = list[0].meas(); // 呼び出し

じゃダメなの?