10 Eylül 2016 Cumartesi

std::rethrow_exception metodu

Şöyle yaparız.
std::exception_ptr ex = ...;
if (ex) {
  std::rethrow_exception (ex);
}

Hiç yorum yok:

Yorum Gönder