TemplatedClass Class template <typename T> class TemplatedClass templatedcallables templatedcallables Reference Documentation templatedcallables Reference Documentation. Header TemplatedClass Detailed Description Containing record for the tested methods. Member Function Documentation void TemplatedClass::templated_method_with_defaulted_non_type_template_parameter() A templated method under a templated class with a defaulted non type template parameter. void TemplatedClass::templated_method_with_defaulted_template_template_parameter(Container<U, size>) A templated method under a templated class with a defaulted template template parameter. void TemplatedClass::templated_method_with_defaulted_type_template_parameter(U) A templated method under a templated class with a defaulted type template parameter. void TemplatedClass::templated_method_with_non_type_template_parameter() A templated method under a templated class with a non-defaulted non type template parameter. void TemplatedClass::templated_method_with_non_type_template_parameter_pack() A templated method under a templated class with a non type template parameter pack. void TemplatedClass::templated_method_with_placeholder_non_type_template_parameter() A templated method under a templated class with a placeholder non type template parameter. void TemplatedClass::templated_method_with_template_template_parameter(X<U>) A templated method under a templated class with a non-defaulted template template parameter. void TemplatedClass::templated_method_with_template_template_parameter_pack(Container<U>...) A templated method under a templated class with a template template parameter pack. void TemplatedClass::templated_method_with_type_template_parameter(U) A templated method under a templated class with a non-defaulted type template parameter. void TemplatedClass::templated_method_with_type_template_parameter_pack(Ts...) A templated method under a templated class with a type template parameter pack.