Possseidon / dang-lib

A C++ library, providing a variety of useful classes focused around game developement.
3 stars 1 forks source link

Add type_list_instantiate. #124

Closed Possseidon closed 2 years ago

Possseidon commented 2 years ago

Works very similar to type_list_transform, but instantiates the given template and then uses it "as is" instead of as a type trait.

In other words, it does not do ::type on the instantiated type.