Summary
This episode explores template-template parameters in C++, which allow functions or classes to accept template types (like std::vector) rather than fully specified types (like std::vector
Related C++ Standard Sections
This episode covers topics found in these sections of the C++ standard:
-
[temp.arg.type]73% match -
[temp.arg.template]62% match -
[temp.arg]56% match -
[temp.fct]55% match -
[temp.class]54% match -
[temp.deduct.general]53% match -
[temp.class.general]52% match -
[temp.over.link]52% match -
[temp.mem.func]50% match -
[temp.deduct.type]50% match - + 3 more related sections