fork download
  1. template <
  2. typename Handler,
  3. typename In,
  4. typename Out>
  5. struct SignatureType
  6. {
  7. typedef Out(Handler::*type)(In);
  8. };
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
stdout
Standard output is empty