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

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.

#include <conjunction.hpp>

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

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