Automatic Differentiation
 
Loading...
Searching...
No Matches
void_t.hpp File Reference
#include <stan/math/prim/meta/bool_constant.hpp>
#include <type_traits>

Go to the source code of this file.

Classes

struct  stan::make_void< Ts >
 

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<typename... Ts>
using stan::void_t = typename make_void< Ts... >::type
 Utility metafunction that maps a sequence of any types to the type void This metafunction is used in template metaprogramming to detect ill-formed types or the validity of an expression in an SFINAE context: