#include "ref.hpp"Contains xtd::create_cref 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> | |
| auto | xtd::create_cref (const type_t &arg) noexcept -> ref< const type_t > |
| xtd::new_uptr operator. This operator creates a xtd::ref object. | |
| template<typename type_t> | |
| auto | xtd::create_cref (ref< type_t > arg) noexcept -> ref< const type_t > |
| xtd::new_uptr operator. This operator creates a xtd::ref object. | |