Groups | Search | Server Info | Keyboard shortcuts | Login | Register
| Message-ID | <cv7j62Ft7duU1@mid.individual.net> (permalink) |
|---|---|
| Newsgroups | comp.std.c++ |
| From | Bo Persson <bop@gmb.dk> |
| Subject | How is reverse_iterator::base "explicit" |
| Organization | unknown |
| Date | 2015-06-28 15:17 -0600 |
The reverse_iterator class template has one member Iterator base() const; // explicit What is the meaning of "explicit" here? Bo Persson -- [ comp.std.c++ is moderated. To submit articles, try posting with your ] [ newsreader. If that fails, use mailto:std-cpp-submit@vandevoorde.com ] [ --- Please see the FAQ before posting. --- ] [ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Back to comp.std.c++ | Previous | Next — Next in thread | Find similar
How is reverse_iterator::base "explicit" Bo Persson <bop@gmb.dk> - 2015-06-28 15:17 -0600 Re: How is reverse_iterator::base "explicit" Martin Bonner <martinfrompi@yahoo.co.uk> - 2015-06-29 13:29 -0600
csiph-web