xtd 0.2.0
Loading...
Searching...
No Matches
xtd::convert_pointer Member List

This is the complete list of members for xtd::convert_pointer, including all inherited members.

to_ptr(const current_type *value) -> const new_type *xtd::convert_pointerinlinestatic
to_ptr(current_type *value) -> new_type *xtd::convert_pointerinlinestatic
to_ptr(const current_type &value) -> const new_type *xtd::convert_pointerinlinestatic
to_ptr(current_type &value) -> new_type *xtd::convert_pointerinlinestatic
to_ptr(const xtd::ptr< current_type > &value) -> xtd::ptr< new_type >xtd::convert_pointerinlinestatic
to_ptr(xtd::ptr< current_type > &value) -> xtd::ptr< new_type >xtd::convert_pointerinlinestatic
to_ptr(xtd::ptr< current_type > &&value) -> xtd::ptr< new_type >xtd::convert_pointerinlinestatic
to_ref(const current_type &value) -> const new_type &xtd::convert_pointerinlinestatic
to_ref(current_type &value) -> new_type &xtd::convert_pointerinlinestatic
to_ref(const current_type *value) -> const new_type &xtd::convert_pointerinlinestatic
to_ref(current_type *value) -> new_type &xtd::convert_pointerinlinestatic
to_shared_ptr(const xtd::sptr< current_type > &value) -> xtd::sptr< new_type >xtd::convert_pointerinlinestatic
to_shared_ptr(xtd::sptr< current_type > &value) -> xtd::sptr< new_type >xtd::convert_pointerinlinestatic
to_shared_ptr(xtd::sptr< current_type > &&value) -> xtd::sptr< new_type >xtd::convert_pointerinlinestatic
to_sptr(const xtd::sptr< current_type > &value) -> xtd::sptr< new_type >xtd::convert_pointerinlinestatic
to_sptr(xtd::sptr< current_type > &value) -> xtd::sptr< new_type >xtd::convert_pointerinlinestatic
to_sptr(xtd::sptr< current_type > &&value) -> xtd::sptr< new_type >xtd::convert_pointerinlinestatic
to_unique_ptr(xtd::uptr< current_type > &value) -> xtd::uptr< new_type >xtd::convert_pointerinlinestatic
to_unique_ptr(xtd::uptr< current_type > &&value) -> xtd::uptr< new_type >xtd::convert_pointerinlinestatic
to_uptr(xtd::uptr< current_type > &value) -> xtd::uptr< new_type >xtd::convert_pointerinlinestatic
to_uptr(xtd::uptr< current_type > &&value) -> xtd::uptr< new_type >xtd::convert_pointerinlinestatic