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

◆ is_string_convertible

template<typename T >
using stan::is_string_convertible = typedef std::is_convertible<T, std::string>

Deduces whether type is convertible to string.

Template Parameters
Ttype to check

Definition at line 16 of file is_string_convertible.hpp.