vextor Advanced std::vector for c++ auto main() -> int { vextor<int> cuk = {0,1,2,3}; cout << cuk[{0,2,1,3}] + 5; };