Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::void_t = typedef 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:
Definition at line 21 of file void_t.hpp.