#include "cetl/type_traits_ext.hpp"
Public Types | |
template<typename... Right> | |
using | type = Fun<Left..., Right...> |
Partially instantiate a template by holding the Left type arguments fixed.
The resulting template is accessible via the member template alias named type
. For correct usage don't forget to prefix the type
member with template
; e.g.:
Does not work with non-type template parameters.