Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator()
Function
operator()
extern/boost/boost/integer/common_factor_rt.hpp:549–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
typedef IntegerType result_type;
548
#endif
549
IntegerType operator()(IntegerType const &a, IntegerType const &b) const
550
{
551
return boost::integer::gcd(a, b);
552
}
553
};
554
555
template < typename IntegerType >
Callers
nothing calls this directly
Calls
2
gcd
Function · 0.70
lcm
Function · 0.70
Tested by
no test coverage detected