Home
last modified time | relevance | path

Searched refs:BOOST_GCD_NOEXCEPT (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/integer/
H A Dcommon_factor_rt.hpp37 #define BOOST_GCD_NOEXCEPT(T) noexcept(std::is_arithmetic<T>::value) macro
39 #define BOOST_GCD_NOEXCEPT(T) macro
56 inline constexpr T constexpr_min(T const& a, T const& b) BOOST_GCD_NOEXCEPT(T) in constexpr_min()
61 … inline constexpr auto constexpr_swap(T&a, T& b) BOOST_GCD_NOEXCEPT(T) -> decltype(a.swap(b)) in constexpr_swap()
66 inline constexpr void constexpr_swap(T&a, U& b...) BOOST_GCD_NOEXCEPT(T) in constexpr_swap()
74 inline T constexpr_min(T const& a, T const& b) BOOST_GCD_NOEXCEPT(T)
79 inline void constexpr_swap(T&a, T& b) BOOST_GCD_NOEXCEPT(T)
93 …inline static BOOST_CXX14_CONSTEXPR const T& abs(const T& val) BOOST_GCD_NOEXCEPT(T) { return val;… in abs()
98 inline static T BOOST_CXX14_CONSTEXPR abs(const T& val) BOOST_GCD_NOEXCEPT(T) in abs()
129 … BOOST_FORCEINLINE static BOOST_CXX14_CONSTEXPR unsigned make_odd(T& val) BOOST_GCD_NOEXCEPT(T) in make_odd()
[all …]