Imported Upstream version 1.8.14
[platform/upstream/doxygen.git] / testing / 067_using.cpp
1 // objective: test template parameters for a type alias
2 // check: 067__using_8cpp.xml
3
4 /** \file */
5
6 /** @brief A vector */
7 template<class T> using Vec = std::vector<T>;