
Abseil
@abseilio
ID: 855108136847511552
20-04-2017 17:17:21
44 Tweet
1,1K Followers
7 Following

What are the parameters of a good type? Titus Winters discusses C++ type design, and the overlap between Regular types and reference types in his latest blog post "Revisiting Regular Types": abseil.io/blog/20180531-…



















What is the sinew of a well-designed C++ API? Titus Winters argues logically-organized overload sets form the most powerful conceptual framework for how to use an API. Check out abseil.io/tips/148 and abseil.io/tips/149 on how to properly define overload sets ...