Group BasePtr_h¶
Classes¶
| Type | Name |
|---|---|
| class | Spinnaker::BasePtr <class T, class B> The base class of the SystemPtr ,CameraPtr ,InterfacePtr ,ProducerPtr ,ImagePtr andLoggingEventDataPtr objects. |
Public Functions¶
| Type | Name |
|---|---|
| bool | operator== (const std::nullptr_t, const BasePtr< T, B > & rhs) Pointer equal. |
Public Functions Documentation¶
function operator==¶
Pointer equal.
template<class T, class B>
inline bool operator== (
const std::nullptr_t,
const BasePtr< T, B > & rhs
)