5 #ifndef YATBCPP_USERPROFILEPHOTOS_H 6 #define YATBCPP_USERPROFILEPHOTOS_H 21 const std::vector<std::vector<PhotoSize>> &
getPhotos()
const;
25 std::vector<std::vector<PhotoSize> >
photos;
32 #endif //YATBCPP_USERPROFILEPHOTOS_H UserProfilePhotos(std::int32_t total_count, std::vector< std::vector< PhotoSize >> photos)
const std::vector< std::vector< PhotoSize > > & getPhotos() const
std::vector< std::vector< PhotoSize > > photos
std::int32_t getTotal_count() const