Automatic Differentiation
 
Loading...
Searching...
No Matches
bool_constant.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 

Typedefs

template<bool B>
using stan::bool_constant = std::integral_constant< bool, B >
 Alias for structs used for wraps a static constant of bool.