人気

イミュ
struct foo {
int a;
int b;
int c;
int x;
};
int main() {
const auto&[.a, .b, .c] = foo{/* ... */};
std::println("{}", a);
std::println("{}", b);
std::println("{}", c);
}
こんなかんじで

イミュ

モクモ

てぐり
println("Hello, world!!!")
}
らしい。
funだけど別に楽しいわけではない

イミュ

イミュ

モクモ

てぐり