ADTF
|
Namespace for all functionality provided since v3.15. More...
Functions | |
template<typename T > | |
ant::object_ptr< T > | ucom_object_ptr_const_cast (const ant::iobject_ptr< const T > &i_oOther) |
Create an object_ptr with a mutable shared resource of an existing const resource. More... | |
Namespace for all functionality provided since v3.15.
ant::object_ptr<T> adtf::ucom::penguin::ucom_object_ptr_const_cast | ( | const ant::iobject_ptr< const T > & | i_oOther | ) |
Create an object_ptr with a mutable shared resource of an existing const resource.
T | Type of the shared resource of the object_ptr to create |
[in] | i_oOther | The const source to create the new object_ptr from. |
object_ptr
managing the shared resource of type const
T converted to type T
. Definition at line 265 of file object_ptr_utilities.h.
References iobject_ptr_base< T >::Get().