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

Detailed Description

template<typename T>
struct stan::is_constant< T, require_std_vector_t< T > >

Defines a static member named value and sets it to true if the type of the elements in the provided std::vector is constant, false otherwise.

This is used in the is_constant_all metaprogram.

Template Parameters
typeof the elements in the std::vector

Definition at line 49 of file is_constant.hpp.

#include <is_constant.hpp>

+ Inheritance diagram for stan::is_constant< T, require_std_vector_t< T > >:

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