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

Function codomain

example/misc/restricted_function.cpp:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70template <typename Function>
71constexpr auto codomain(Function f)
72{ return f.codomain_; }
73
74template <typename Function>
75constexpr auto range(Function f) {

Callers 1

is_ontoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected