Compares the SampleAllocateePtr with nullptr.

Syntax

template<typename SampleType>
bool ara::com::SampleAllocateePtr<SampleType>::operator!=(std::nullptr_t) const

Returns

TRUE if the stored pointer is valid.

FALSE if the stored pointer is invalid.

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