Click here to Skip to main content
15,915,319 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What type of vector is this. Or how does this work?
QVector picturesForAlbum(int albumId) const;

What I have tried:

What type of vector is this. Or how does this work?
QVector picturesForAlbum(int albumId) const;
Posted
Updated 15-Nov-20 22:30pm

If you read the documentation it will become clear: QVector Class | Qt Core 5.15.1[^].

[edit]
In fact you were given the answer over a week ago at https://www.codeproject.com/Questions/5284425/Will-you-explain-what-type-of-vector-this-is-Or-ho[^].
[/edit]
 
Share this answer
 
v2
It is not a vector. It is function or method that returns a Qvector.
 
Share this answer
 
Comments
CPallini 15-Nov-20 16:48pm    
5.
[no name] 15-Nov-20 16:59pm    
How does it work?
Rick York 15-Nov-20 21:01pm    
How would I know? You posted only its prototype, not its source code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900