MCPcopy 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};
98template <typename X, typename Y>
99constexpr _point<X, Y> point(X x, Y y) { return {x, y}; }
100
101using support::sqrt; // avoid conflicts with ::sqrt
102

Callers 2

integral.cppFile · 0.70
testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected