Anyone please explain what this code means?

Hi All,

onUnknownField = [=] (BidRequest * br, JsonParsingContext & context)
{

I am customizing one open source framework to our needs. i see the above lines of code in that framework.

In some places they used

auto onUnknownField = [&] ()
{


What these lines means?. Please anyone explain?

Regards,
Rayappan A
Last edited on
Thanks very much for your help.
Topic archived. No new replies allowed.