Checks whether the stored pointer is null.
Syntax
template<typename SampleType>
amsr::socal::r20_11::events::SamplePtr<…>::operator bool() const
Returns
TRUE
if the stored pointer is valid.
FALSE
if the stored pointer is invalid.
Thread-safety, Reentrance, Result Delivery
- Threadsafe : TRUE for same class instance, TRUE for different instances.
- Reentrant : TRUE for same class instance, TRUE for different instances.
- Synchronous : TRUE.