CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
tape_id_t ** CppAD::AD< Base >::tape_id_handle ( size_t  thread)
inlinestaticprivate

Handle to the tape identifier for this AD<Base> class and the specific thread.

Template Parameters
Baseis the base type for this AD<Base> class.
Parameters
threadis the thread number. The following condition must hold
Returns
is a handle to the tape identifier for this thread and AD<Base> class.

Definition at line 48 of file tape_link.hpp.

Referenced by CppAD::parallel_ad().