Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/MemberPointer2Test.cpp:19–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
};
18
19
int main()
20
{
21
constexpr my_type t{};
22
printer<my_type> p{};
23
p(&my_type::b);
24
p(&my_type::i);
25
}
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected