Searched defs:has_enough_bits (Results 1 – 2 of 2) sorted by relevance
170 struct has_enough_bits struct173 struct type : public mpl::bool_<bits_of<T>::value>= b>{};
838 struct has_enough_bits struct841 … : public mpl::and_<mpl::not_<is_same<R, T> >, mpl::bool_<std::numeric_limits<T>::digits >= b> >{};