temporary object, function parameters and implicit cast

前端 未结 0 725
挽巷
挽巷 2021-02-11 05:01

In the following scenario:

struct Foo
{
   // ...
   operator Bar() {... }  // implicit cast to Bar
}

Foo GetFoo() { ... }
void CallMeBar(Bar x) { ... }

// ...         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题