MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / forward_like

Function forward_like

include/fplus/function_traits.hpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319*/
320 template <typename R, typename T>
321 FORWARD_RES_8QR485JMSBT forward_like(T&& input) noexcept
322 {
323 return static_cast<FORWARD_RES_8QR485JMSBT>(input);
324 }
325
326#undef FORWARD_RES_8QR485JMSBT
327

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected