AW
if (auto *cmp = !arr.empty() ? arr + 3 : nullptr; cmp && check(*cmp)) {
//do smt with *cmp
}
Size: a a a
AW
if (auto *cmp = !arr.empty() ? arr + 3 : nullptr; cmp && check(*cmp)) {
//do smt with *cmp
}
A
AW
AP
std::string str;
some_func((u8 *)str.c_str());
....
some_func((u8 *)&(str[0]));
AP
AP
A
ДЦ
VD
VD
VD
VD
VD
A
A
A
A
A
std::string str;
some_func((u8 *)str.c_str());
....
some_func((u8 *)&(str[0]));
AP
KS