Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ get_visit
Method
get_visit
tests/Issue391.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
{
66
template <typename Vis>
67
static constexpr void get_visit(Vis &&vis)
68
{
69
wrap(std::forward<Vis>(vis));
70
}
71
72
static constexpr wrapper<T> wrap;
73
};
Callers
nothing calls this directly
Calls
1
wrap
Class · 0.85
Tested by
no test coverage detected