7 lines
67 B
C++
7 lines
67 B
C++
IMPLEMENTATION:
|
|
|
|
int (Foo::*func_vec[100]) (int arg) =
|
|
{
|
|
0,
|
|
};
|