You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi -- I'm constructing an array of mstch::lambdas around a collection of function objects.
These are getting cast to mstch::node objects as they are passed into the array.
However, when I try to loop through this array, it is as if there are no contents in the resulting HTML.
Is what I'm doing even possible?
And could it be, if it isn't currently?
It would allow me to create lazily-evaluated presenter objects, which would only instantiate (and maybe only instantiate child fields) when explicitly needed.
Cheers,
Doug.
The text was updated successfully, but these errors were encountered:
Hi -- I'm constructing an array of mstch::lambdas around a collection of function objects.
These are getting cast to mstch::node objects as they are passed into the array.
However, when I try to loop through this array, it is as if there are no contents in the resulting HTML.
Is what I'm doing even possible?
And could it be, if it isn't currently?
It would allow me to create lazily-evaluated presenter objects, which would only instantiate (and maybe only instantiate child fields) when explicitly needed.
Cheers,
Doug.
The text was updated successfully, but these errors were encountered: