Код: Выделить всё
#include
struct TA
{
void Foo(this auto&& self)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79181221/on-the-type-of-a-pointer-to-a-class-method-using-deducting-this[/url]Код: Выделить всё
#include
struct TA
{
void Foo(this auto&& self)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79181221/on-the-type-of-a-pointer-to-a-class-method-using-deducting-this[/url]