Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::internal::is_any_var_scalar_impl< std::tuple< Types... > > Struct Template Reference

Detailed Description

template<typename... Types>
struct stan::internal::is_any_var_scalar_impl< std::tuple< Types... > >

Definition at line 31 of file is_var.hpp.

#include <is_var.hpp>

Static Public Attributes

static constexpr bool value = (is_any_var_scalar_impl<std::decay_t<Types>>::value || ...)
 

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