11 Şubat 2017 Cumartesi

istream::sentry Sınıfı

Şöyle yaparız.
std::istream is = ...;

std::istream::sentry se(inf, true);
if (!se) {
 return false;
}

Hiç yorum yok:

Yorum Gönder