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.
  • 15,588
  • 6
  • 50
  • 81
10101010
  • 121
  • 8

0 Answers0