Home
last modified time | relevance | path

Searched defs:is_uint (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp59 struct is_uint : mpl::false_ {}; struct
62 struct is_uint<T const> : is_uint<T> {}; struct
66 struct is_uint<unsigned short> : mpl::true_ {}; struct
70 struct is_uint<unsigned int> : mpl::true_ {}; struct
73 struct is_uint<unsigned long> : mpl::true_ {}; struct
77 struct is_uint<boost::ulong_long_type> : mpl::true_ {}; struct