/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/072_using.cpp
7 строк
187 B
albert-github
Yesting with ` CLANG_ASSISTED_PARSING=YES`
31 июл 2023, 13:46
31 июл 2023, 13:46
3123107
Код
Авторство
О чём код?
// objective: test template parameters for a type alias // check: 072__using_8cpp.xml /** \file */ #include <vector> /** @brief A vector */ template<class T> using Vec = std::vector<T>;