ADTF  3.18.3
shared_ptr.h
Go to the documentation of this file.
1 
17 #ifndef A_UTIL_UTIL_MEMORY_SHARED_PTR_HEADER_INCLUDED
18 #define A_UTIL_UTIL_MEMORY_SHARED_PTR_HEADER_INCLUDED
19 
20 #include <memory>
21 
22 namespace a_util {
23 namespace memory {
28 using std::shared_ptr;
29 
30 } // namespace memory
31 } // namespace a_util
32 
33 #endif // A_UTIL_UTIL_MEMORY_SHARED_PTR_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24