Stan Math Library
4.9.0
Automatic Differentiation
|
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.
T | type of non-container |
Definition at line 24 of file base_type.hpp.
#include <base_type.hpp>
Public Types | |
using | type = std::decay_t< T > |