Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ bool_constant

template<bool B>
using stan::bool_constant = typedef std::integral_constant<bool, B>

Alias for structs used for wraps a static constant of bool.

Template Parameters
BOn true, inherits std::true_type, false is std::false_type

Definition at line 12 of file bool_constant.hpp.