c++ - find method of the set -


what find method of standart set returns? iterator actual element in set or copy.

it returns iterator pointing actual element in set

from table 69 in standard 23.1.2/7

expression

a.find(k)

assertion/note pre/post-condition

returns iterator pointing element key equivalent k, or a.end() if such element not found.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -