![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Determines plain (non expression) type associated with T.
For Eigen expression it is a type the expression can be evaluated into.
| T | type to determine plain type of |
Definition at line 72 of file plain_type.hpp.
#include <plain_type.hpp>
Public Types | |
| using | type = std::decay_t< decltype(std::declval< T & >().eval())> |