Coral Kashri · @coral
0 followers · 15 posts · Server hachyderm.io

```
template auto func(Args... args) { return (args || ... ); }

std::cout << func("str");
```

Does it compile? What will be the output?

Answers in the article :)
cppsenioreas.wordpress.com/202

Special thanks for a lightning conversion Daisy Hollman!

#cpp #cppsenioreas #metaprogramming #programming #development

Last updated 1 year ago

Coral Kashri · @coral
0 followers · 1 posts · Server hachyderm.io

explicit(bool) C++20 feature discussion, motivation, usage example, proposal and more. Basic explanation about explicit and implicit conversions pros and cons.

cppsenioreas.wordpress.com/202

#cpp #cpp20 #explicit #cplusplus #cppsenioreas

Last updated 2 years ago