MCPcopy Create free account
hub / github.com/boostorg/hana / domain

Function domain

example/misc/restricted_function.cpp:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template <typename Function>
67constexpr auto domain(Function f)
68{ return f.domain_; }
69
70template <typename Function>
71constexpr auto codomain(Function f)

Callers 3

rangeFunction · 0.85
is_injectiveFunction · 0.85
applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected