Searched defs:make_unsigned (Results 1 – 7 of 7) sorted by relevance
28 struct make_unsigned struct34 typedef typename remove_cv<T>::type t_no_cv;110 >::type base_integer_type;117 >::type const_base_integer_type;124 >::type type;
56 struct make_unsigned struct
110 inline unsigned make_unsigned(T x) in make_unsigned() function115 inline unsigned make_unsigned(boost::math::concepts::real_concept x) in make_unsigned() function
19 auto make_unsigned(const T& t) noexcept { in make_unsigned() function
21 using make_unsigned = typename std::conditional< typedef
157 constexpr auto make_unsigned = metafunction<std::make_unsigned>; variable
420 struct make_unsigned struct