MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / West

Function West

docs/examples/auto.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21decltype(auto) West()
22{
23 return 'c';
24}
25
26constexpr decltype(auto) CEWest()
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected