static_if:STATIC_IF库,用于C ++ 14

时间:2024-06-12 08:56:32
【文件属性】:

文件名称:static_if:STATIC_IF库,用于C ++ 14

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-12 08:56:32

C++

C#14的### STATIC_IF库(g ++ 5.1.0或clang ++ 3.4.0) 版权所有2011-2015(c)gununu ###存在使用,修改和分发均受Boost软件许可版本1.0的约束。 (请参阅随附的文件LICENSE_1_0.txt或在复制) ###用法以STATIC_IF开头,以STATIC_ENDIF结尾。 需要LAZY_VALUE和LAZY_TYPE才能获得它们的依赖名称。 不能在块中使用以下语句。 “返回”,“中断”,“继续”和“转到” ###例子 template < int> struct S { static_assert (Val < 10 , " " ); }; void func () { int a; const int N = 30 ; STATIC_IF ( N < 10 ) {


【文件预览】:
static_if-master
----README.md(1KB)
----tests()
--------main.cpp(596B)
--------CMakeLists.txt(162B)
----static_if.hpp(1KB)
----.travis.yml(426B)

网友评论