doxygen/tests/upstream-test-suite/072_using.cpp

8 lines
170 B
C++
Raw Normal View History

2019-03-06 17:39:53 +00:00
// objective: test template parameters for a type alias
// check: 072__using_8cpp.xml
/** \file */
/** @brief A vector */
template<class T> using Vec = std::vector<T>;