Checks whether the stored pointer is null.

Syntax

template<typename SampleType>
ara::com::SampleAllocateePtr<SampleType>::operator bool() 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