MCPcopy Create free account
hub / github.com/Light-City/CPlusPlusThings / forwarding

Function forwarding

learn_class/modern_cpp_30/reference/forward.cpp:13–20  ·  view source on GitHub ↗

"t &&" with "t" being template param is special, and adjusts "t" to be (for example) "int &" or non-ref "int" so std::forward knows what to do. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 2

overloadedFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected