Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ point
Function
point
example/tutorial/integral.cpp:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
};
98
template <typename X, typename Y>
99
constexpr _point<X, Y> point(X x, Y y) { return {x, y}; }
100
101
using support::sqrt; // avoid conflicts with ::sqrt
102
Callers
2
integral.cpp
File · 0.70
test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected