forked from OSchip/llvm-project
Clarify a comment about mapped_iterator. NFC
llvm-svn: 297988
This commit is contained in:
parent
00f200f385
commit
7fcc647a5c
|
@ -129,7 +129,7 @@ inline void deleter(T *Ptr) {
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// mapped_iterator - This is a simple iterator adapter that causes a function to
|
||||
// be dereferenced whenever operator* is invoked on the iterator.
|
||||
// be applied whenever operator* is invoked on the iterator.
|
||||
//
|
||||
template <class RootIt, class UnaryFunc>
|
||||
class mapped_iterator {
|
||||
|
|
Loading…
Reference in New Issue