5 Eylül 2016 Pazartesi

return Anahtar Kelimesi

Metod Sonucu
Bir sonuç dönmesi beklenen metod, dönmez ise tanımsız davranışa sebep olur. Açıklaması şöyle
Flowing off the end of a function is equivalent to a return with no value; this results in undefined behavior in a value-returning function C++11 Draft pg 136
Şu kod tanımsız davranış gösterirr
bool MyClass::Foo () {
  do some stuff and forget the return value
}

Hiç yorum yok:

Yorum Gönder