![]() |
Stan Math Library
5.0.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 71 of file plain_type.hpp.
#include <plain_type.hpp>
Public Types | |
using | type = std::decay_t< decltype(std::declval< T & >().eval())> |