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

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

#include <disjunction.hpp>

Inheritance diagram for stan::math::disjunction< Conds >:

Detailed Description

template<typename... Conds>
struct stan::math::disjunction< Conds >

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

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

Definition at line 14 of file disjunction.hpp.


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

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