adapnex::core::Signal::operator=

Assignment operator

Synopsis

Declared in <adapnex/core/signal.h>

Signal&
operator=(T const in);

Return Value

Reference to the current object

Parameters

Name Description

in

The object to assign from

Created with MrDocs