1

What is this C++ Syntax:

static void *opcode_targets[256] = { 
    &&_unknown_opcode, 
    &&TARGET_POP_TOP,
    ...
    }

I found that in the cpython source code

Is it a function? Why && is added at the beginning?

user2864740
  • 60,010
  • 15
  • 145
  • 220
LOLOL
  • 11
  • 2

0 Answers0