c++のlambda式から、キャプチャした変数のリストを取得することはできますか?

int x = 10;
auto f = [x](){};
//auto captureList = f.captureList;