clean_memory.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_TESTS_CLEAN_MEMORY_HPP
14 #define MLPACK_BINDINGS_TESTS_CLEAN_MEMORY_HPP
15 
16 namespace mlpack {
17 namespace bindings {
18 namespace tests {
19 
23 void CleanMemory();
24 
25 } // namespace tests
26 } // namespace bindings
27 } // namespace mlpack
28 
29 #endif
strip_type.hpp
Definition: add_to_po.hpp:21
void CleanMemory()
Delete any unique pointers that are held by the CLI object.