0

for something like that

class foo
{
    foo& operator<<(const BYTE*){ ...; return *this; };
}

foo f;
f << {0x00, 0x00, 0x00} << {0x00, 0x00, 0x00};

{0x00, 0x00, 0x00} is not allowed by compiler in such expressions.

m.s.
  • 16,063
  • 7
  • 53
  • 88
10101010
  • 121
  • 9

0 Answers0