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

Detailed Description

template<typename T, typename = void>
struct stan::value_type< T, typename >

Primary template class for metaprogram to compute the type of values stored in a container.

tparam T type of container.

Definition at line 18 of file value_type.hpp.

#include <value_type.hpp>

Public Types

using type = typename std::decay_t< T >
 

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