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

◆ T_dec

template<bool Condition, typename T >
using stan::ref_type_if< Condition, T, require_all_t< is_eigen< T >, bool_constant<!is_arena_matrix< T >::value > > >::T_dec = std::decay_t<decltype(std::declval<T>().derived())>

Definition at line 39 of file ref_type.hpp.