Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::value_type< T, std::enable_if_t< std::is_pointer< T >::value > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::value_type< T, std::enable_if_t< std::is_pointer< T >::value > >

Specialization for pointers returns the underlying value the pointer is pointing to.

Definition at line 27 of file value_type.hpp.

#include <value_type.hpp>

Public Types

using type = typename value_type< std::remove_pointer< T > >::type
 

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