Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::plain_type< T, Enable > Struct Template Reference

Detailed Description

template<typename T, typename Enable = void>
struct stan::plain_type< T, Enable >

Determines plain (non expression) type associated with T.

For non Eigen types it is the decayed input type.

Template Parameters
Ttype to determine plain type of

Definition at line 17 of file plain_type.hpp.

#include <plain_type.hpp>

Public Types

using type = std::decay_t< T >
 

The documentation for this struct was generated from the following file: