eb2f5cc8cc65f9d1c0dd628ed99786196a4f9f63
[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>;