Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C++
/
References
Which declaration has a forwarding reference parameter?
from References
C++23 (GCC 13.3.0)
intermediate
1 min
Which declaration has a forwarding reference parameter?
template<class T> void relay(T&& value)
void relay(std::string&& value)
template<class T> void relay(const T&& value)
template<class T> struct Box { void relay(T&& value); }
Check
Ask AI about this kata
Report an error
next kata
What does this program print?
Predict the output
A new version is available
Reload