MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / BOOST_GCD_NOEXCEPT

Function BOOST_GCD_NOEXCEPT

extern/boost/boost/integer/common_factor_rt.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#ifndef BOOST_NO_CXX14_CONSTEXPR
55 template <class T>
56 inline constexpr T constexpr_min(T const& a, T const& b) BOOST_GCD_NOEXCEPT(T)
57 {
58 return a < b ? a : b;
59 }
60 template <class T>
61 inline constexpr auto constexpr_swap(T&a, T& b) BOOST_GCD_NOEXCEPT(T) -> decltype(a.swap(b))
62 {

Callers

nothing calls this directly

Calls 9

absFunction · 0.85
make_pairFunction · 0.85
gcdFunction · 0.70
lcmFunction · 0.70
swapFunction · 0.50
lessClass · 0.50
TFunction · 0.50
BOOST_WORKAROUNDFunction · 0.50
swapMethod · 0.45

Tested by

no test coverage detected