Я попробовал
Код: Выделить всё
this();
*this();
this->();
this->operator();
Самое близкое, что я нашел на SE: как вызвать шаблонный оператор()()?
Подробнее здесь: https://stackoverflow.com/questions/589 ... or-on-this
Код: Выделить всё
this();
*this();
this->();
this->operator();