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

Method templated_function

tests/Issue254.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct demonstrator{
2 template <typename return_type = double>
3 return_type templated_function() {
4 return return_type{};
5 }
6};
7
8int demonstrate() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected