CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::player< Base >::get | ( | recorder< Base > & | rec | ) | [inline] |
Moving an operation sequence from a recorder to a player.
rec | the object that was used to record the operation sequence. After this operation, the state of the recording is no longer defined. For example, the pod_vector member variables in this have been swapped with rec . |
Definition at line 88 of file player.hpp.