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

◆ require_all_same_t

template<typename T , typename... Types>
using stan::require_all_same_t = typedef require_all_t<std::is_same<std::decay_t<T>, std::decay_t<Types> >...>

Require T and all of the Types satisfy std::is_same.

Definition at line 26 of file require_generics.hpp.