<templated_callables.h> templatedcallables templatedcallables Reference Documentation templatedcallables Reference Documentation. Header templated_callables.h Detailed Description Containing headers for the tested free functions. Function Documentation void templated_function_with_defaulted_non_type_template_parameter() A templated function with a defaulted non type template parameter. void templated_function_with_defaulted_template_template_parameter(Container<T, size>) A templated function with a defaulted template template parameter. void templated_function_with_defaulted_type_template_parameter(T) A templated function with a defaulted type template parameter. void templated_function_with_non_type_template_parameter() A templated function with a non-defaulted non type template parameter. void templated_function_with_non_type_template_parameter_pack() A templated function with a non type template parameter pack. void templated_function_with_placeholder_non_type_template_parameter() A templated function with a placeholder non type template parameter. void templated_function_with_template_template_parameter(K<T>) A templated function with a non-defaulted template template parameter. void templated_function_with_template_template_parameter_pack(Container<T>...) A templated function with a template template parameter pack. void templated_function_with_type_template_parameter(T) A templated function with a non-defaulted type template parameter. void templated_function_with_type_template_parameter_pack(Ts...) A templated function with a type template parameter pack.