SyTen

◆ is_number_v

template<typename T >
constexpr bool syten::is_number_v = is_number<T>::value
inlineconstexpr

Variable template for is_number.

Use as e.g. is_number_v<int>, which is a boolean (and true).