Intersection of two ordered sets, with an iterator to get elements lazely. More...
#include <setop.h>
Classes | |
struct | iterator |
Iterator to lazely get elements of a set intersection. More... | |
Public Types | |
typedef struct iterator | const_iterator |
Public Member Functions | |
lazy_intersection (const S1 &s1, const S2 &s2) | |
const_iterator | begin () const |
const_iterator | end () const |
Public Attributes | |
const S1 & | s1 |
const S2 & | s2 |
Intersection of two ordered sets, with an iterator to get elements lazely.
typedef struct iterator reflex::lazy_intersection< S1, S2 >::const_iterator |
|
inline |
|
inline |
|
inline |
const S1& reflex::lazy_intersection< S1, S2 >::s1 |
const S2& reflex::lazy_intersection< S1, S2 >::s2 |