Are the non-member function templates begin(container) and end(container) part of C++0x? If so, in which header file do they live?
Are the non-member function templates begin(container) and end(container) part of C++0x? If so, in
Share
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.
Yes, but just as
swapis defined in different places and depends on ADL, so arebeginandend. The ‘generic’ versions are defined in<iterator>:Note also that 24.6.5 says: