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 DelphiXE2Cpp11 Documentation |
DelphiXE2Cpp11 home Content |