xtd 1.0.0
Loading...
Searching...
No Matches
new_ptr.hpp File Reference
#include "ptr.hpp"
#include <utility>

Definition

Contains xtd::new_ptr method.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.

Functions

template<typename type_t, typename ... args_t>
auto xtd::new_ptr (args_t &&... args) -> xtd::ptr< type_t >
 The xtd::new_ptr operator creates a xtd::ptr object.