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

Detailed Description

template<typename T>
struct stan::is_std_vector< T, std::enable_if_t< internal::is_std_vector_impl< std::decay_t< T > >::value > >

Checks if the decayed type of T is a standard vector.

Definition at line 596 of file is_vector.hpp.

#include <is_vector.hpp>

+ Inheritance diagram for stan::is_std_vector< T, std::enable_if_t< internal::is_std_vector_impl< std::decay_t< T > >::value > >:

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