Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
template <typename Function>
71
constexpr auto codomain(Function f)
72
{ return f.codomain_; }
73
74
template <typename Function>
75
constexpr auto range(Function f) {
Callers
1
is_onto
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected