Search:
Forum
General C++ Programming
Mechanism in a function argument alias f
Mechanism in a function argument alias for any type
Dec 10, 2019 at 11:28pm UTC
marhuum
(181)
How to do mechanism for a function argument alias for any type, as such in pointer to void argument is for any type ?
Dec 11, 2019 at 12:10am UTC
Ganado
(6811)
Use function templates, unless you have a really good reason not to.
Old tutorial, but still applicable:
http://www.cplusplus.com/doc/oldtutorial/templates
Last edited on
Dec 11, 2019 at 12:11am UTC
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs