#include <it_bus/reflect/reflection.h>
destination | Copy data to this object. | |
source | Copy data from this object. |
ReflectException | If source and destination are incompatible. |
Definition at line 136 of file reflection.h.
Static Public Member Functions | |
void | copy (T &destination, const IT_Bus::AnyType &source) |
Copy AnyTypes (optimized). |
|
Copy AnyTypes (optimized).
Definition at line 144 of file reflection.h. Referenced by IT_Bus::NillableValueBase< T >::copy(). |