How to initialize std::vector<std::vector<cv::Point> > contours to save data

tempContours = { {1165, 158}, {1168, 158}, {1165, 160 }, {1168, 160} } is there a way to assign it like this?