Swaps the managed object.

Syntax

template<typename SampleType>
void ara::com::SampleAllocateePtr<SampleType>::swap(SampleAllocateePtr<SampleType> && other)

Parameters

in

other

SampleAllocateePtr object to be swapped.

Returns

void

Thread-safety, Reentrance, Result Delivery

  • Threadsafe : FALSE for same class instance, TRUE for different instances
  • Reentrant : FALSE for same class instance, TRUE for different instances
  • Synchronous : TRUE