short-snip/yay.cpp
- View this file on GitHub
- Last update: 2020-09-17 14:12:50+09:00
Code
[[maybe_unused]] const auto yay = [](bool cond) { std::cout << (cond ? "yay!" : ":(") << '\n'; };
[[maybe_unused]] const auto Yay = [](bool cond) { std::cout << (cond ? "Yay!" : ":(") << '\n'; };
#line 1 "short-snip/yay.cpp"
[[maybe_unused]] const auto yay = [](bool cond) { std::cout << (cond ? "yay!" : ":(") << '\n'; };
[[maybe_unused]] const auto Yay = [](bool cond) { std::cout << (cond ? "Yay!" : ":(") << '\n'; };