// some computations
val = y;
}
else {
// some computations
val = z;
}
std::unique_ptr<NoDefaultCtor> p;
Лямбдой
Ternar conditional operator?
Обсуждают сегодня