Basically I have a struct:
typedef struct MyStruct1 { vector data; chrono::high_resolution_clock::time_point time_stamp; } MyStruct1;