Searched defs:is_real (Results 1 – 2 of 2) sorted by relevance
84 struct is_real : mpl::false_ {}; struct87 struct is_real<T const> : is_uint<T> {}; struct90 struct is_real<float> : mpl::true_ {}; struct93 struct is_real<double> : mpl::true_ {}; struct96 struct is_real<long double> : mpl::true_ {}; struct
53 bool is_real; member327 bool is_real; in ovl_dir_reset() local