I am looking for std::pair analogous in cocoa or foundation kit?
I want just want to pair up two values and use it. If I can use std::pair, it is no longer objective c object and thus I cannot add it to NSMutableArray object.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s nothing like that in the standard library, you’ll have to write your own if you feel it’s worth it.