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

Definition

Contains xtd::new_sptr 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_sptr (args_t &&... args) -> xtd::sptr< type_t >
 xtd::new_sptr operator creates a xtd::sptr object.