Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::disjunction< Conds > Struct Template Reference

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.

#include <disjunction.hpp>

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

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