Skip to content
Snippets Groups Projects

Tutorials

Merged Tomáš Oberhuber requested to merge tutorials into develop
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -11,6 +11,12 @@
#pragma once
namespace TNL {
/**
* \brief Namespace for TNL pointers.
*
* Pointers in TNL are similar to STL pointers but they work across different device.
*/
namespace Pointers {
class SmartPointer
Loading