lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
698 stars 26 forks source link

Use cases for void_t #366

Open sandeshk89 opened 7 months ago

sandeshk89 commented 7 months ago

Channel

"C++Weekly"

Topics

Introduction to void_t and real world use case for the same.

Length

bite-sized

benthevining commented 3 weeks ago

My understanding is that most usages of void_t can now be replaced with requires