Explore >> Select a destination


You are here

brevzin.github.io
| | www.fluentcpp.com
3.0 parsecs away

Travel
| | There is a particular case for default parameters: it's when their type is a template type. Read on to see how to get this right.
| | mpark.github.io
2.8 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | ericniebler.com
5.7 parsecs away

Travel
| | At GoingNative back in September, Andrei Alexandrescu posed an interesting question about API design and C++11 that has had me scratching my head for a month. It was about the design of std::getlin...
| | articles.bchlr.de
25.4 parsecs away

Travel
| [AI summary] The article discusses challenges and workarounds for upcasting trait objects in Rust, exploring the limitations of dynamic dispatch and potential solutions through vtable structures and custom trait implementations.