We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17382cb commit cfbbafdCopy full SHA for cfbbafd
include/nbl/builtin/hlsl/type_traits.hlsl
@@ -62,7 +62,7 @@
62
template<class T> struct is_empty; (DONE? sizeof(T) == 0)
63
template<class T> struct is_polymorphic; (NOTHING IS)
64
template<class T> struct is_abstract; (NOTHING IS)
65
- template<class T> struct is_final; (NOTHING IS)
+ template<class T> struct is_final; (NOTHING IS until they add the final keyword)
66
template<class T> struct is_aggregate; (DONE)
67
68
template<class T> struct is_signed; (DONE)
0 commit comments