Wildmeshing Toolkit
AutoDiffRAII.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <cstddef>
3 
4 
5 namespace wmtk::function::utils {
6 
7 
9 {
10 public:
11  AutoDiffRAII(size_t size);
12  ~AutoDiffRAII();
13 
14 private:
16 };
17 } // namespace wmtk::function