How to implement compile-time dependency injection in C++ (like in boost-ext/di
)? May be here’s some metaprogramming magic described by another acronym (like SFINAE)? Or it’s just a smart combination of well-known metaprogramming techniques?
How to implement compile-time dependency injection in C++ (like in boost-ext/di
)? May be here’s some metaprogramming magic described by another acronym (like SFINAE)? Or it’s just a smart combination of well-known metaprogramming techniques?
Filed under: Kiến thức lập trình - @ 02:23
Thẻ: c++metaprogramming