https://github.com/iamstupid/toybi/blob/master/CPPMPL.cpp

//用法大概是..
#include<cstdio>
#include"CPPMPL.cpp"
int main(){
	typedef
		cplfns::Iterate<
			cplfns::iterate_wrapper_breakat<
				cplfns::test_accum,
				100
			>::val,
			cplfns::UINT<0>,
			1,100000000
		>::val::iter ans;
	printf("%d",ans::value);
	return 0;
}

相关文章:

  • 2021-06-28
  • 2021-05-16
  • 2021-12-13
  • 2021-09-27
  • 2021-09-11
  • 2021-11-12
  • 2021-12-09
猜你喜欢
  • 2022-01-29
  • 2021-04-23
  • 2021-11-13
  • 2021-11-16
  • 2021-08-04
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案