Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ unsafe_chainable_object()

template<typename T >
template<typename S , require_same_t< plain_type_t< T >, plain_type_t< S > > * = nullptr>
stan::math::unsafe_chainable_object< T >::unsafe_chainable_object ( S &&  obj)
inlineexplicit

Construct chainable object from another object.

Template Parameters
Stype of object to hold (must have the same plain type as T)

Definition at line 92 of file chainable_object.hpp.