void main() { using my_typelist = std::tuple<A, B>; cvt_2_data<my_typelist> data; std::cout << std::get<A::data_type>(data) ...
確定! 回上一頁