xtd 0.2.0
__unique_ptr_object_definition.hpp
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_CORE_INTERNAL__)
7#error "Do not include this file: Internal use only"
8#endif
10#include <memory>
11
13namespace xtd {
14 template<class type_t, class deleter_t = std::default_delete<type_t>>
15 class unique_ptr_object;
16}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8