Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_vector_like< T > Struct Template Reference

Detailed Description

template<typename T>
struct stan::is_vector_like< T >

Template metaprogram indicates whether a type is vector_like.

A type is vector_like if an instance can be accessed like a vector, i.e. square brackets.

Access is_vector_like::value for the result.

Default behavior is to use the is_vector template metaprogram.

Template Parameters
TType to test

Definition at line 35 of file is_vector_like.hpp.

#include <is_vector_like.hpp>

+ Inheritance diagram for stan::is_vector_like< T >:

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