Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.std.c++ > #761

How is reverse_iterator::base "explicit"

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

Show all headers | View raw


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 | NextNext in thread | Find similar


Thread

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