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

◆ is_integral

template<typename T >
using stan::is_integral = typedef std::is_integral<std::decay_t<T> >

Checks if decayed type is integral.

Template Parameters
Thetype to check

Definition at line 14 of file is_integral.hpp.