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

◆ require_all_not_string_convertible_t

template<typename... Types>
using stan::require_all_not_string_convertible_t = typedef require_all_not_t<is_string_convertible<std::decay_t<Types> >...>

Require none of the types satisfy is_string_convertible.

Template Parameters
TypesThe types that are checked

Definition at line 50 of file is_string_convertible.hpp.