Explore >> Select a destination


You are here

belaycpp.com
| | www.fluentcpp.com
2.6 parsecs away

Travel
| | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type.
| | studiofreya.org
2.8 parsecs away

Travel
| |
| | gpfault.net
2.0 parsecs away

Travel
| | [AI summary] The text provides a comprehensive implementation of a dependency injection system using C++11 and variadic templates. The system allows clients to define services and their dependencies, then automatically creates and injects the services in the correct order using topological sorting. Key components include the `injector` class for managing service instances, the `di_config` class for configuring dependencies, and the `generic_instance_factory` for simplifying service creation.
| | albocoder.github.io
49.7 parsecs away

Travel
| [AI summary] This blog post details the process of using static analysis with LLVM bitcode to identify the slab cache for kernel objects in the Linux kernel.