Searched defs:is_uint (Results 1 – 1 of 1) sorted by relevance
59 struct is_uint : mpl::false_ {}; struct62 struct is_uint<T const> : is_uint<T> {}; struct66 struct is_uint<unsigned short> : mpl::true_ {}; struct70 struct is_uint<unsigned int> : mpl::true_ {}; struct73 struct is_uint<unsigned long> : mpl::true_ {}; struct77 struct is_uint<boost::ulong_long_type> : mpl::true_ {}; struct