Bar Class

template <typename T, typename D> class Bar

Another class template. More...

Header: #include <testtemplate.h>
CMake: find_package(Qt6 REQUIRED COMPONENTS QDocTest)
target_link_libraries(mytarget PRIVATE Qt6::QDocTest)
qmake: QT += testcpp
Since: Qt 2.0

Detailed Description

T is the first type, D is the second type.