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

◆ chainable_object()

template<typename T >
template<typename S , require_same_t< plain_type_t< T >, plain_type_t< S > > * = nullptr>
stan::math::chainable_object< T >::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 39 of file chainable_object.hpp.