Pointer to member function with move semantics

85 views Asked by At

I've just came upon a strange construct:

void (std::thread::*&&)()

I know it is a sort of a pointer to a class member function. But how to interpret the '&&' operand? What is the meaning of this?

0

There are 0 answers