MCPcopy Create free account
hub / github.com/boostorg/hana / operator==

Function operator==

example/misc/restricted_function.cpp:50–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template <typename ...F, typename ...G>
50constexpr auto operator==(function_type<F...> f, function_type<G...> g)
51{ return hana::equal(f, g); }
52
53template <typename ...F, typename ...G>
54constexpr auto operator!=(function_type<F...> f, function_type<G...> g)

Callers

nothing calls this directly

Calls 1

equalClass · 0.50

Tested by

no test coverage detected