Can't you put a var on the stack?
```
auto instance = create();
instance
        .do_lazy()
        .do_something();
```

Reply via email to