Adobe Systems, Inc.

IteratorAdaptorConcept< IT > Struct Template Reference
[Iterator Adaptor]

Iterator adaptor is a forward iterator adapting another forward iterator. More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Public Attributes

IT it

Detailed Description

template<typename IT>
struct IteratorAdaptorConcept< IT >

template <ForwardIteratorConcept IT>
concept IteratorAdaptorConcept {
    typename base_t; where ForwardIteratorConcept<base_t>;
    static const bool is_base=true;
    
    const base_t& base() const;
};

Definition at line 793 of file gil_concept.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google