... std::cout << " sizeof int64_t: " << sizeof (int64_t) << std::endl; std::cout << " actual type of int64_t: " << typeStr<int64_t>() << std::endl ...
確定! 回上一頁