CsPointer  2.0.0
doxypress_class.h
1 
12 #ifdef never
13 
14 namespace CsPointer {
15 
16 template <typename T, typename Policy >
17 class CsIntrusivePointer
18 {
19  public:
20  CsIntrusivePointer(BOB) noexcept;
21 };
22 
23 }
24 
25 #endif
Namespace for the CsPointer library.