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

Detailed Description

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

Metaprogram structure to determine the base base type of a template argument.

Qualifiers const and volatile are removed from all types as are references.

This base class should be specialized for structured types.

Template Parameters
Ttype of non-container

Definition at line 25 of file base_type.hpp.

#include <base_type.hpp>

Public Types

using type = std::decay_t< T >
 

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