Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
islpp_wrap.h
Go to the documentation of this file.
1 
16 #pragma once
17 
18 namespace isl {
19 
20 template <typename T>
21 T null() {
22  return T();
23 }
24 
25 } // namespace isl
T null()
Definition: islpp_wrap.h:21