xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__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
13
namespace
xtd
{
14
template
<
class
type_t,
class
deleter_t = std::default_delete<type_t>>
15
class
unique_ptr_object;
16
}
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on Sun Aug 31 2025 20:45:32 for xtd by
Gammasoft
. All rights reserved.