Dev Essential  1.6.3
Loading...
Searching...
No Matches
shared_ptr.h
Go to the documentation of this file.
1
16
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
22namespace a_util {
23namespace memory {
28using std::shared_ptr;
29
30} // namespace memory
31} // namespace a_util
32
33#endif // A_UTIL_UTIL_MEMORY_SHARED_PTR_HEADER_INCLUDED
Serves as component for memory access and management.
Definition memory.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24