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

Function main

tests/conceptsTest.cpp:82–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82int main()
83{
84 FunctionWithRequiresForTemplateParametersAndReturn<a::A>();
85 FunctionWithRequiresForTemplateParameters<a::A>();
86 FunctionWithRequiresForReturn<a::A>();
87
88 ClsWithRequires<int> c{};
89
90 a::ClsWithRequires<int> ac{};
91
92 RequiresWithParens::f(Value{});
93}

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected