Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_var< T, std::enable_if_t< internal::is_var_impl< std::decay_t< T > >::value > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::is_var< T, std::enable_if_t< internal::is_var_impl< std::decay_t< T > >::value > >

Specialization for checking if value of T minus cv qualifier is a var_value.

Definition at line 21 of file is_var.hpp.

#include <is_var.hpp>

+ Inheritance diagram for stan::is_var< T, std::enable_if_t< internal::is_var_impl< std::decay_t< T > >::value > >:

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