Stan Math Library  2.20.0
reverse mode automatic differentiation
stan::math::conjunction< T > Struct Template Reference

Extends std::true_type when instantiated with zero or more template parameters, all of which extend the std::true_type. More...

#include <conjunction.hpp>

Inheritance diagram for stan::math::conjunction< T >:

Detailed Description

template<typename... T>
struct stan::math::conjunction< T >

Extends std::true_type when instantiated with zero or more template parameters, all of which extend the std::true_type.

Extends std::false_type if any of them extend the std::false_type.

Definition at line 14 of file conjunction.hpp.


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

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