xtd 0.2.0
sptr.hpp File Reference

Definition

Contains xtd::sptr type.

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.
 

Native types

template<class type_t >
using xtd::sptr = xtd::shared_ptr_object< type_t >
 The xtd::sptr object is a shared pointer.