Nested routines |
Top Previous Next |
What is translated > Routines > Nested routines
There aren't nested functions in C++.
with C++11 they can be simulated elegantly by use of lambda-functions. with C++98 inner functions are replace by new memberfunctions
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |