|
QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Public Member Functions | |
| template<typename... X> | |
| VEC (X &&...x) | |
| template<typename U , typename... X> | |
| VEC (std::initializer_list< U > il, X &&...x) | |
Public Attributes | |
| std::vector< int > | v |
|
inline |
|
inline |
| std::vector<int> VEC::v |