A trait type that is true when T is an integral type.
Synopsis
Declared in <folly/Traits.h>
template<typename T>
struct is_integral
: std::is_integral<T>
Base Classes
Name |
Description |
|
Specializations
Name |
Created with MrDocs