c_cpp 滥用C ++语言
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 滥用C ++语言相关的知识,希望对你有一定的参考价值。
/* https://wandbox.org/permlink/69aE7gIqBcWonJB0 */
constexpr auto operator""_times(unsigned long long i) noexcept
{
return [i](auto &&f) {
for (auto n{i}; --n; f());
return f();
};
}
#define repeat ([&]{
#define done });
// #include <iostream>
// using namespace std;
// int main()
// {
// int n;
// cin >> n;
// 9_times repeat
// cout << --n << '\n';
// done
// }
以上是关于c_cpp 滥用C ++语言的主要内容,如果未能解决你的问题,请参考以下文章
c_cpp C语言
c_cpp C语言-CS520
c_cpp C中列表语言的想法
c_cpp C语言切换案例语句用法
c_cpp C语言二进制文件读写
c_cpp c ++编程语言基础知识