A trait variable that is true when T is an integral type.

Synopsis

Declared in <folly/Traits.h>

template<typename T>
inline constexpr bool is_integral_v = is_integral<T>::value;

Created with MrDocs