Yes! There was the clue that I needed. I just had to access the class before initializing it like this:
class stim {};
rated_stimlist.push(stim(img, gender, rating));
Yes! There was the clue that I needed. I just had to access the class before initializing it like this:
class stim {};
rated_stimlist.push(stim(img, gender, rating));