MCPcopy Create free account
hub / github.com/LaurieWired/tailslayer / dummy_final_work2

Function dummy_final_work2

tailslayer_example.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14template <typename T>
15[[gnu::always_inline]] inline void dummy_final_work2(T val, int arg2) {
16 std::cout << "Hi with args: " << val << " " << arg2 << "\n";
17}
18
19// Example with no arguments
20[[gnu::always_inline]] inline std::size_t dummy_read_signal() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected