/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.think-cell.com
| | playfulprogramming.blogspot.com
3.1 parsecs away

Travel
| | The performance of std::visit came up in a discussion, and my first thought was that from reading generated assembly code, it's a jump tabl...
| | mpark.github.io
1.4 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | www.fluentcpp.com
2.2 parsecs away

Travel
| | Do you know how to partially specialize all the kinds of templates in C++? Check out this post for how to do it while keeping your code clear.
| | jreypo.io
34.4 parsecs away

Travel
| Azure Bastion service enables conectivity to Windows and Linux virtual mahciens running on Azure without the need of having RDP or SSH ports open to the public. By default an Azure Bastion connection to a VM will be open in a new tab in the browser, but Bastion also gives you the possibility of establishing a tunnel using Azure CLI and connect with native RDP or SSH clients.