Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Typedefs
contains_vector.hpp File Reference
#include <stan/math/prim/scal/meta/is_vector.hpp>
#include <stan/math/prim/scal/meta/disjunction.hpp>

Go to the source code of this file.

Namespaces

 stan
 

Typedefs

template<typename... T>
using stan::contains_vector = math::disjunction< is_vector< T >... >
 Metaprogram to determine if any of the provided types is a std::vector. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.