integral_types
// In header: <boost/log/utility/type_dispatch/standard_types.hpp> typedef mpl::vector< bool, char, wchar_t, signed char, unsigned char, short, unsigned short, int, unsigned int, long, unsigned long > integral_types;
An MPL-sequence of integral types of attributes, supported by default